Home
last modified time | relevance | path

Searched refs:MSE3EntryReminder (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.h64 class MSE3EntryReminder : public MSMoveReminder {
71 MSE3EntryReminder(const MSCrossSection& crossSection, MSE3Collector& collector);
129 MSE3EntryReminder(const MSE3EntryReminder&);
132 MSE3EntryReminder& operator=(const MSE3EntryReminder&);
247 …t& veh, const double entryTimestep, const double fractionTimeOnDet, MSE3EntryReminder* entryRemind…
350 std::vector<MSE3EntryReminder*> myEntryReminders;
394 MSE3EntryReminder* entryReminder;
H A DMSE3Collector.cpp51 MSE3Collector::MSE3EntryReminder::MSE3EntryReminder( in MSE3EntryReminder() function in MSE3Collector::MSE3EntryReminder
59 MSE3Collector::MSE3EntryReminder::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MS… in notifyEnter()
91 MSE3Collector::MSE3EntryReminder::notifyMove(SUMOTrafficObject& veh, double oldPos, in notifyMove()
132 MSE3Collector::MSE3EntryReminder::notifyLeave(SUMOTrafficObject& veh, double, MSMoveReminder::Notif… in notifyLeave()
290 myEntryReminders.push_back(new MSE3EntryReminder(*crossSec1, *this)); in MSE3Collector()
300 …for (std::vector<MSE3EntryReminder*>::iterator i = myEntryReminders.begin(); i != myEntryReminders… in ~MSE3Collector()
317 …t& veh, const double entryTimestep, const double fractionTimeOnDet, MSE3EntryReminder* entryRemind… in enter()