![]() |
SUMO - Simulation of Urban MObility
|
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 173 of file MSDevice_SSM.h.
const MSLane* MSDevice_SSM::FoeInfo::egoConflictLane |
Definition at line 174 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles(), MSDevice_SSM::getVehiclesOnJunction(), and MSDevice_SSM::updateEncounter().
double MSDevice_SSM::FoeInfo::egoDistToConflictLane |
Definition at line 175 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::getUpstreamVehicles(), MSDevice_SSM::getVehiclesOnJunction(), and MSDevice_SSM::updateEncounter().