![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Auxiliary structure used to handle upstream scanning start points Upstream scan has to be started after downstream scan is completed, see #5644. More...
Public Member Functions | |
UpstreamScanStartInfo (const MSEdge *edge, double pos, double range, double egoDistToConflictLane, const MSLane *egoConflictLane) | |
Data Fields | |
const MSEdge * | edge |
const MSLane * | egoConflictLane |
double | egoDistToConflictLane |
double | pos |
double | range |
Auxiliary structure used to handle upstream scanning start points Upstream scan has to be started after downstream scan is completed, see #5644.
Definition at line 355 of file MSDevice_SSM.h.
|
inline |
Definition at line 356 of file MSDevice_SSM.h.
const MSEdge* MSDevice_SSM::UpstreamScanStartInfo::edge |
Definition at line 358 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
const MSLane* MSDevice_SSM::UpstreamScanStartInfo::egoConflictLane |
Definition at line 362 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
double MSDevice_SSM::UpstreamScanStartInfo::egoDistToConflictLane |
Definition at line 361 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
double MSDevice_SSM::UpstreamScanStartInfo::pos |
Definition at line 359 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
double MSDevice_SSM::UpstreamScanStartInfo::range |
Definition at line 360 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().