Eclipse SUMO - Simulation of Urban MObility
MSLeaderInfo.h File Reference
#include <config.h>
#include <string>
#include <vector>
#include <utils/common/StdDefs.h>
Include dependency graph for MSLeaderInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MSCriticalFollowerDistanceInfo
 
class  MSLeaderDistanceInfo
 saves leader/follower vehicles and their distances relative to an ego vehicle More...
 
class  MSLeaderInfo
 

Typedefs

typedef std::pair< const MSVehicle *, double > CLeaderDist
 
typedef std::pair< MSVehicle *, double > LeaderDist
 

Detailed Description

Author
Jakob Erdmann
Date
Oct 2015

Definition in file MSLeaderInfo.h.

Typedef Documentation

◆ CLeaderDist

typedef std::pair<const MSVehicle*, double> CLeaderDist

Definition at line 38 of file MSLeaderInfo.h.

◆ LeaderDist

typedef std::pair<MSVehicle*, double> LeaderDist

Definition at line 39 of file MSLeaderInfo.h.