Eclipse SUMO - Simulation of Urban MObility
|
#include <MSLink.h>
Public Member Functions | |
bool | fromLeft () const |
bool | inTheWay () const |
LinkLeader (MSVehicle *_veh, double _gap, double _distToCrossing, int _llFlags=LL_FROM_LEFT, double _latOffst=0) | |
bool | sameSource () const |
bool | sameTarget () const |
Data Fields | |
double | distToCrossing |
double | latOffset |
int | llFlags |
std::pair< MSVehicle *, double > | vehAndGap |
|
inline |
|
inline |
Definition at line 92 of file MSLink.h.
References MSLink::LL_FROM_LEFT, and llFlags.
|
inline |
Definition at line 95 of file MSLink.h.
References MSLink::LL_IN_THE_WAY, and llFlags.
|
inline |
Definition at line 101 of file MSLink.h.
References MSLink::LL_SAME_SOURCE, and llFlags.
Referenced by MSLane::getLeadersOnConsecutive().
|
inline |
Definition at line 98 of file MSLink.h.
References MSLink::LL_SAME_TARGET, and llFlags.
Referenced by MSLane::getLeadersOnConsecutive().
double MSLink::LinkLeader::latOffset |
Definition at line 108 of file MSLink.h.
Referenced by MSLane::getLeadersOnConsecutive().
int MSLink::LinkLeader::llFlags |
Definition at line 107 of file MSLink.h.
Referenced by fromLeft(), MSLane::getLeadersOnConsecutive(), inTheWay(), sameSource(), and sameTarget().
std::pair<MSVehicle*, double> MSLink::LinkLeader::vehAndGap |
Definition at line 105 of file MSLink.h.
Referenced by MSLane::getLeadersOnConsecutive().