![]() |
SUMO - Simulation of Urban MObility
|
#include <MultiEntryExit.h>
Static Public Member Functions | |
static int | getIDCount () |
static std::vector< std::string > | getIDList () |
static int | getLastStepHaltingNumber (const std::string &detID) |
static double | getLastStepMeanSpeed (const std::string &detID) |
static std::vector< std::string > | getLastStepVehicleIDs (const std::string &detID) |
static int | getLastStepVehicleNumber (const std::string &detID) |
Private Member Functions | |
MultiEntryExit () | |
invalidated standard constructor More... | |
MultiEntryExit (const MultiEntryExit &src) | |
invalidated copy constructor More... | |
MultiEntryExit & | operator= (const MultiEntryExit &src) |
invalidated assignment operator More... | |
Static Private Member Functions | |
static MSE3Collector * | getDetector (const std::string &detID) |
Definition at line 49 of file MultiEntryExit.h.
|
private |
invalidated standard constructor
|
private |
invalidated copy constructor
|
staticprivate |
Definition at line 84 of file MultiEntryExit.cpp.
References NamedObjectCont< T >::get(), MSNet::getDetectorControl(), MSNet::getInstance(), MSDetectorControl::getTypedDetectors(), and SUMO_TAG_ENTRY_EXIT_DETECTOR.
Referenced by getLastStepHaltingNumber(), getLastStepMeanSpeed(), getLastStepVehicleIDs(), and getLastStepVehicleNumber().
|
static |
Definition at line 53 of file MultiEntryExit.cpp.
References MSNet::getDetectorControl(), MSNet::getInstance(), MSDetectorControl::getTypedDetectors(), NamedObjectCont< T >::size(), and SUMO_TAG_ENTRY_EXIT_DETECTOR.
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 45 of file MultiEntryExit.cpp.
References MSNet::getDetectorControl(), MSNet::getInstance(), MSDetectorControl::getTypedDetectors(), NamedObjectCont< T >::insertIDs(), and SUMO_TAG_ENTRY_EXIT_DETECTOR.
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 78 of file MultiEntryExit.cpp.
References MSE3Collector::getCurrentHaltingNumber(), and getDetector().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 66 of file MultiEntryExit.cpp.
References MSE3Collector::getCurrentMeanSpeed(), and getDetector().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 72 of file MultiEntryExit.cpp.
References MSE3Collector::getCurrentVehicleIDs(), and getDetector().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 60 of file MultiEntryExit.cpp.
References getDetector(), and MSE3Collector::getVehiclesWithin().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
private |
invalidated assignment operator