Home
last modified time | relevance | path

Searched refs:NOTIFICATION_VAPORIZED (Results 1 – 8 of 8) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h107 NOTIFICATION_VAPORIZED, enumerator
H A DMSLane.cpp1448 veh->onRemovalFromNet(MSMoveReminder::NOTIFICATION_VAPORIZED); in detectCollisions()
1716 veh->onRemovalFromNet(MSMoveReminder::NOTIFICATION_VAPORIZED); in executeMovements()
1740 veh->onRemovalFromNet(MSMoveReminder::NOTIFICATION_VAPORIZED); in executeMovements()
H A DMSVehicle.cpp3619 leaveLane(MSMoveReminder::NOTIFICATION_VAPORIZED);
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSCalibrator.cpp288 vehicle->onRemovalFromNet(MSMoveReminder::NOTIFICATION_VAPORIZED); in removePending()
289 vehicle->getLane()->removeVehicle(vehicle, MSMoveReminder::NOTIFICATION_VAPORIZED); in removePending()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData_Net.cpp184 if (reason == MSMoveReminder::NOTIFICATION_VAPORIZED) {
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMELoop.cpp85 …egment == nullptr ? MSMoveReminder::NOTIFICATION_ARRIVED : MSMoveReminder::NOTIFICATION_VAPORIZED); in changeSegment()
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_Tripinfo.cpp202 if (reason == MSMoveReminder::NOTIFICATION_VAPORIZED) { in notifyLeave()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp1493 n = MSMoveReminder::NOTIFICATION_VAPORIZED;