Home
last modified time | relevance | path

Searched refs:MSE3Collector (Results 1 – 9 of 9) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.h58 class MSE3Collector : public MSDetectorFileOutput {
71 MSE3EntryReminder(const MSCrossSection& crossSection, MSE3Collector& collector);
122 MSE3Collector& myCollector;
149 MSE3LeaveReminder(const MSCrossSection& crossSection, MSE3Collector& collector);
198 MSE3Collector& myCollector;
223 MSE3Collector(const std::string& id,
231 virtual ~MSE3Collector();
423 MSE3Collector(const MSE3Collector&);
426 MSE3Collector& operator=(const MSE3Collector&);
H A DMSE3Collector.cpp51 MSE3Collector::MSE3EntryReminder::MSE3EntryReminder( in MSE3EntryReminder()
155 MSE3Collector::MSE3LeaveReminder::MSE3LeaveReminder( in MSE3LeaveReminder()
277 MSE3Collector::MSE3Collector(const std::string& id, in MSE3Collector() function in MSE3Collector
299 MSE3Collector::~MSE3Collector() { in ~MSE3Collector()
310 MSE3Collector::reset() { in reset()
395 MSE3Collector::writeXMLOutput(OutputDevice& dev, in writeXMLOutput()
489 MSE3Collector::detectorUpdate(const SUMOTime step) { in detectorUpdate()
530 MSE3Collector::getCurrentMeanSpeed() const { in getCurrentMeanSpeed()
536 MSE3Collector::getCurrentHaltingNumber() const { in getCurrentHaltingNumber()
542 MSE3Collector::getVehiclesWithin() const { in getVehiclesWithin()
[all …]
H A DMakefile.am8 MSE3Collector.cpp MSE3Collector.h \
H A DREADME_Contributing.md16 - MSE3Collector.cpp
17 - MSE3Collector.h
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIE3Collector.cpp82 … new FunctionBinding<MSE3Collector, int>(&myDetector, &MSE3Collector::getVehiclesWithin)); in getParameterWindow()
84 … new FunctionBinding<MSE3Collector, double>(&myDetector, &MSE3Collector::getCurrentMeanSpeed)); in getParameterWindow()
86 … new FunctionBinding<MSE3Collector, int>(&myDetector, &MSE3Collector::getCurrentHaltingNumber)); in getParameterWindow()
165 …: MSE3Collector(id, entries, exits, haltingSpeedThreshold, haltingTimeThreshold, vTypes, openEntr… in GUIE3Collector()
H A DGUIE3Collector.h46 class GUIE3Collector : public MSE3Collector {
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DMultiEntryExit.cpp87 MSE3Collector* in LIBSUMO_SUBSCRIPTION_IMPLEMENTATION()
89MSE3Collector* e3 = dynamic_cast<MSE3Collector*>(MSNet::getInstance()->getDetectorControl().getTyp… in LIBSUMO_SUBSCRIPTION_IMPLEMENTATION()
H A DMultiEntryExit.h33 class MSE3Collector; variable
63 static MSE3Collector* getDetector(const std::string& detID);
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLDetectorBuilder.cpp422 …return new MSE3Collector(id, entries, exits, haltingSpeedThreshold, haltingTimeThreshold, vTypes, … in createE3Detector()