Home
last modified time | relevance | path

Searched refs:NOTIFICATION_LANE_CHANGE (Results 1 – 11 of 11) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h97 NOTIFICATION_LANE_CHANGE, enumerator
H A DMSLaneChanger.cpp1327 …hicleInsertion(vehicle, vehicle->getPositionOnLane(), MSMoveReminder::NOTIFICATION_LANE_CHANGE, 0);
H A DMSVehicle.cpp4445 activateReminders(MSMoveReminder::NOTIFICATION_LANE_CHANGE, enteredLane);
4563 …n != MSMoveReminder::NOTIFICATION_JUNCTION && reason != MSMoveReminder::NOTIFICATION_LANE_CHANGE) {
4584 …on != MSMoveReminder::NOTIFICATION_PARKING && reason != MSMoveReminder::NOTIFICATION_LANE_CHANGE) {
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData_Net.cpp180 } else if (reason == MSMoveReminder::NOTIFICATION_LANE_CHANGE) {
207 } else if (reason == MSMoveReminder::NOTIFICATION_LANE_CHANGE) {
H A DMSRouteProbe.cpp75 …on != MSMoveReminder::NOTIFICATION_SEGMENT && reason != MSMoveReminder::NOTIFICATION_LANE_CHANGE) { in notifyEnter()
H A DMSInductLoop.cpp83 reason == NOTIFICATION_LANE_CHANGE) { in notifyEnter()
H A DMSE3Collector.cpp251 …if (reason == MSMoveReminder::NOTIFICATION_LANE_CHANGE && &enteredLane->getEdge() == &myLane->getE… in notifyLeave()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSAbstractLaneChangeModel.h514 …angeManeuver(const MSMoveReminder::Notification reason = MSMoveReminder::NOTIFICATION_LANE_CHANGE);
H A DMSAbstractLaneChangeModel.cpp298 myVehicle.leaveLane(MSMoveReminder::NOTIFICATION_LANE_CHANGE, target);
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_Vehroutes.cpp155 if (mySaveExits && reason != NOTIFICATION_LANE_CHANGE) { in notifyLeave()
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSTriggeredRerouter.cpp355 return reason == NOTIFICATION_LANE_CHANGE; in notifyLeave()