SUMO - Simulation of Urban MObility
MSLeaderInfo.h File Reference
#include <config.h>
#include <string>
#include <vector>
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 *, SUMORealCLeaderDist
 
typedef std::pair< MSVehicle *, SUMORealLeaderDist
 

Detailed Description

Author
Jakob Erdmann
Date
Oct 2015
Version
Id
MSLeaderInfo.h 20687 2016-05-10 11:27:00Z behrisch

Definition in file MSLeaderInfo.h.

Typedef Documentation

§ CLeaderDist

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

Definition at line 42 of file MSLeaderInfo.h.

§ LeaderDist

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

Definition at line 49 of file MSLeaderInfo.h.