Home
last modified time | relevance | path

Searched refs:lastStandingVehicle (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.cpp1065 MoveNotificationInfo* lastVeh = *currentJam->lastStandingVehicle;
1080 currentJam->lastStandingVehicle = mni;
1175 MoveNotificationInfo* lastVeh = *((*i)->lastStandingVehicle);
1180 …nt jamLengthInVehicles = (int) distance((*i)->firstStandingVehicle, (*i)->lastStandingVehicle) + 1;
H A DMSE2Collector.h210 std::vector<MoveNotificationInfo*>::const_iterator lastStandingVehicle; member