![]() |
SUMO - Simulation of Urban MObility
|
C++ TraCI client API implementation. More...
#include <TraCI_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 | |
TraCI_MultiEntryExit & | operator= (const TraCI_MultiEntryExit &src) |
invalidated assignment operator More... | |
TraCI_MultiEntryExit () | |
invalidated standard constructor More... | |
TraCI_MultiEntryExit (const TraCI_MultiEntryExit &src) | |
invalidated copy constructor More... | |
Static Private Member Functions | |
static MSE3Collector * | getDetector (const std::string &detID) |
C++ TraCI client API implementation.
Definition at line 49 of file TraCI_MultiEntryExit.h.
|
private |
invalidated standard constructor
|
private |
invalidated copy constructor
|
staticprivate |
Definition at line 84 of file TraCI_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 TraCI_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 TraCI_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 TraCI_MultiEntryExit.cpp.
References MSE3Collector::getCurrentHaltingNumber(), and getDetector().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 66 of file TraCI_MultiEntryExit.cpp.
References MSE3Collector::getCurrentMeanSpeed(), and getDetector().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 72 of file TraCI_MultiEntryExit.cpp.
References MSE3Collector::getCurrentVehicleIDs(), and getDetector().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
static |
Definition at line 60 of file TraCI_MultiEntryExit.cpp.
References getDetector(), and MSE3Collector::getVehiclesWithin().
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
|
private |
invalidated assignment operator