Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ARRIVED (Results 1 – 12 of 12) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h105NOTIFICATION_ARRIVED, // arrived and everything after is treated as permanent deletion from the net enumerator
H A DMSLane.cpp1711 veh->onRemovalFromNet(MSMoveReminder::NOTIFICATION_ARRIVED); in executeMovements()
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_BTsender.cpp128 if (reason >= MSMoveReminder::NOTIFICATION_ARRIVED) { in notifyLeave()
H A DMSDevice_Transportable.cpp140 if (reason >= MSMoveReminder::NOTIFICATION_ARRIVED) { in notifyLeave()
H A DMSDevice_Tripinfo.cpp193 if (reason >= MSMoveReminder::NOTIFICATION_ARRIVED) { in notifyLeave()
H A DMSDevice_BTreceiver.cpp429 if (reason >= MSMoveReminder::NOTIFICATION_ARRIVED) { in notifyLeave()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp142 if (reason >= MSMoveReminder::NOTIFICATION_ARRIVED) { in notifyLeave()
265 if (reason >= MSMoveReminder::NOTIFICATION_ARRIVED) { in notifyLeave()
H A DMSMeanData_Net.cpp178 if (reason == MSMoveReminder::NOTIFICATION_ARRIVED) {
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMELoop.cpp85 …veh, toSegment, leaveTime, toSegment == nullptr ? MSMoveReminder::NOTIFICATION_ARRIVED : MSMoveRem… in changeSegment()
H A DMESegment.cpp508 veh->updateDetectors(time, true, MSMoveReminder::NOTIFICATION_ARRIVED); in receive()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp1477 MSMoveReminder::Notification n = MSMoveReminder::NOTIFICATION_ARRIVED;
1487 n = MSMoveReminder::NOTIFICATION_ARRIVED;
1490 n = MSMoveReminder::NOTIFICATION_ARRIVED;
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPerson.cpp336 … arrived ? MSMoveReminder::NOTIFICATION_ARRIVED : MSMoveReminder::NOTIFICATION_JUNCTION); in moveToNextEdge()