Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.cpp1060 currentJam->firstStandingVehicle = mni;
1077 currentJam->firstStandingVehicle = mni;
1176 MoveNotificationInfo* firstVeh = *((*i)->firstStandingVehicle);
1180 …const int jamLengthInVehicles = (int) distance((*i)->firstStandingVehicle, (*i)->lastStandingVehic…
H A DMSE2Collector.h207 std::vector<MoveNotificationInfo*>::const_iterator firstStandingVehicle; member