Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.h161 struct MoveNotificationInfo { struct
162MoveNotificationInfo(std::string _vehID, double _oldPos, double _newPos, double _speed, double _ac… in MoveNotificationInfo() function
174 virtual ~MoveNotificationInfo() {}; in ~MoveNotificationInfo() argument
207 std::vector<MoveNotificationInfo*>::const_iterator firstStandingVehicle; argument
210 std::vector<MoveNotificationInfo*>::const_iterator lastStandingVehicle;
527 …bool checkJam(std::vector<MoveNotificationInfo*>::const_iterator mni, std::map<std::string, SUMOTi…
537 …void buildJam(bool isInJam, std::vector<MoveNotificationInfo*>::const_iterator mni, JamInfo*& curr…
606 void integrateMoveNotification(VehicleInfo* vi, const MoveNotificationInfo* mni);
617MoveNotificationInfo* makeMoveNotification(const SUMOVehicle& veh, double oldPos, double newPos, d…
639 static bool compareMoveNotification(MoveNotificationInfo* mni1, MoveNotificationInfo* mni2) { in compareMoveNotification()
[all …]
H A DMSE2Collector.cpp299 …for (std::vector<MoveNotificationInfo*>::iterator j = myMoveNotifications.begin(); j != myMoveNoti…
864 …for (std::vector<MoveNotificationInfo*>::iterator i = myMoveNotifications.begin(); i != myMoveNoti…
929 …for (std::vector<MoveNotificationInfo*>::iterator j = myMoveNotifications.begin(); j != myMoveNoti…
961 MSE2Collector::integrateMoveNotification(VehicleInfo* vi, const MoveNotificationInfo* mni) {
996 MSE2Collector::MoveNotificationInfo*
1037 return new MoveNotificationInfo(veh.getID(), oldPos, newPos, newSpeed, veh.getAcceleration(),
1043 MSE2Collector::buildJam(bool isInJam, std::vector<MoveNotificationInfo*>::const_iterator mni, JamIn…
1065 MoveNotificationInfo* lastVeh = *currentJam->lastStandingVehicle;
1066 MoveNotificationInfo* currVeh = *mni;
1175 MoveNotificationInfo* lastVeh = *((*i)->lastStandingVehicle);
[all …]