SUMO - Simulation of Urban MObility
|
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 *, SUMOReal > | CLeaderDist |
typedef std::pair< MSVehicle *, SUMOReal > | LeaderDist |
Definition in file MSLeaderInfo.h.
typedef std::pair<const MSVehicle*, SUMOReal> CLeaderDist |
Definition at line 42 of file MSLeaderInfo.h.
typedef std::pair<MSVehicle*, SUMOReal> LeaderDist |
Definition at line 49 of file MSLeaderInfo.h.