Home
last modified time | relevance | path

Searched defs:enteredLane (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp59 …ntryReminder::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MSLane* enteredLane) { in notifyEnter()
162 …eaveReminder::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MSLane* enteredLane) { in notifyEnter()
241 …ject& veh, double /* lastPos */, MSMoveReminder::Notification reason, const MSLane* enteredLane) { in notifyLeave()
H A DMSMeanData.cpp73 …tifyEnter(SUMOTrafficObject& veh, MSMoveReminder::Notification reason, const MSLane* enteredLane) { in notifyEnter()
341 …tifyEnter(SUMOTrafficObject& veh, MSMoveReminder::Notification reason, const MSLane* enteredLane) { in notifyEnter()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h128 … virtual bool notifyEnter(SUMOTrafficObject& veh, Notification reason, const MSLane* enteredLane) { in notifyEnter()
H A DMSBaseVehicle.cpp445 …eVehicle::activateReminders(const MSMoveReminder::Notification reason, const MSLane* enteredLane) { in activateReminders()