Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.cpp299 …(std::vector<MoveNotificationInfo*>::iterator j = myMoveNotifications.begin(); j != myMoveNotifica…
302 myMoveNotifications.clear();
656 myMoveNotifications.push_back(makeMoveNotification(veh, oldPos, newPos, newSpeed, vehInfo));
850 std::sort(myMoveNotifications.begin(), myMoveNotifications.end(), compareMoveNotification);
864 …(std::vector<MoveNotificationInfo*>::iterator i = myMoveNotifications.begin(); i != myMoveNotifica…
929 …(std::vector<MoveNotificationInfo*>::iterator j = myMoveNotifications.begin(); j != myMoveNotifica…
932 myMoveNotifications.clear();
950 const int numVehicles = (int)myMoveNotifications.size();
H A DMSE2Collector.h682 std::vector<MoveNotificationInfo*> myMoveNotifications; variable