Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
virtual | ~FoeInfo () |
Data Fields | |
const MSLane * | egoConflictLane |
double | egoDistToConflictLane |
A new FoeInfo is created during findSurroundingVehicles() to memorize, where the potential conflict corresponding to the encounter might occur. Each FoeInfo ends up in a call to updateEncounter() and is deleted there.
Definition at line 340 of file MSDevice_SSM.h.
|
inlinevirtual |
Definition at line 341 of file MSDevice_SSM.h.
const MSLane* MSDevice_SSM::FoeInfo::egoConflictLane |
Definition at line 342 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::classifyEncounter(), MSDevice_SSM::getUpstreamVehicles(), and MSDevice_SSM::getVehiclesOnJunction().
double MSDevice_SSM::FoeInfo::egoDistToConflictLane |
Definition at line 343 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::classifyEncounter(), MSDevice_SSM::getUpstreamVehicles(), and MSDevice_SSM::getVehiclesOnJunction().