Home
last modified time | relevance | path

Searched refs:NOTIFICATION_SEGMENT (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h95 NOTIFICATION_SEGMENT, enumerator
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData_Net.cpp182 } else if (myParent == nullptr || reason != MSMoveReminder::NOTIFICATION_SEGMENT) {
209 } else if (myParent == nullptr || reason != MSMoveReminder::NOTIFICATION_SEGMENT) {
H A DMSRouteProbe.cpp75 …if (reason != MSMoveReminder::NOTIFICATION_SEGMENT && reason != MSMoveReminder::NOTIFICATION_LANE_… in notifyEnter()
H A DMSMeanData.cpp333 if (myParent == nullptr || reason != MSMoveReminder::NOTIFICATION_SEGMENT) { in notifyLeave()
347 if (reason == MSMoveReminder::NOTIFICATION_SEGMENT) { in notifyEnter()
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMELoop.cpp95 …gment() == nullptr ? MSMoveReminder::NOTIFICATION_JUNCTION : MSMoveReminder::NOTIFICATION_SEGMENT); in changeSegment()
H A DMEVehicle.cpp403 const bool cleanUp = isLeave && (reason != MSMoveReminder::NOTIFICATION_SEGMENT); in updateDetectors()
H A DMESegment.cpp569 veh->activateReminders(MSMoveReminder::NOTIFICATION_SEGMENT); in receive()