![]() |
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 341 of file MSDevice_SSM.h.
|
inline |
Definition at line 342 of file MSDevice_SSM.h.
const MSEdge* MSDevice_SSM::UpstreamScanStartInfo::edge |
Definition at line 344 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
const MSLane* MSDevice_SSM::UpstreamScanStartInfo::egoConflictLane |
Definition at line 348 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
double MSDevice_SSM::UpstreamScanStartInfo::egoDistToConflictLane |
Definition at line 347 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
double MSDevice_SSM::UpstreamScanStartInfo::pos |
Definition at line 345 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().
double MSDevice_SSM::UpstreamScanStartInfo::range |
Definition at line 346 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles().