![]() |
SUMO - Simulation of Urban MObility
|
C++ TraCI client API implementation. More...
#include <TraCI_Junction.h>

Static Public Member Functions | |
| static TraCIColor | getColor (const std::string &poiID) |
| static int | getIDCount () |
| static std::vector< std::string > | getIDList () |
| static MSJunction * | getJunction (const std::string &id) |
| static TraCIPosition | getPosition (const std::string &junctionID) |
| static TraCIPositionVector | getShape (const std::string &junctionID) |
| static std::string | getType (const std::string &poiID) |
| static void | subscribe (const std::string &objID, SUMOTime beginTime, SUMOTime endTime, const std::vector< int > &vars) |
| static void | subscribeContext (const std::string &objID, SUMOTime beginTime, SUMOTime endTime, int domain, double range, const std::vector< int > &vars) |
Private Member Functions | |
| TraCI_Junction & | operator= (const TraCI_Junction &src) |
| invalidated assignment operator More... | |
| TraCI_Junction () | |
| invalidated standard constructor More... | |
| TraCI_Junction (const TraCI_Junction &src) | |
| invalidated copy constructor More... | |
C++ TraCI client API implementation.
Definition at line 51 of file TraCI_Junction.h.
|
private |
invalidated standard constructor
|
private |
invalidated copy constructor
|
static |
|
static |
Definition at line 53 of file TraCI_Junction.cpp.
References getIDList().
Referenced by TraCIServerAPI_Junction::processGet().
|
static |
Definition at line 46 of file TraCI_Junction.cpp.
References MSNet::getInstance(), MSNet::getJunctionControl(), and NamedObjectCont< T >::insertIDs().
Referenced by getIDCount(), and TraCIServerAPI_Junction::processGet().
|
static |
Definition at line 68 of file TraCI_Junction.cpp.
References NamedObjectCont< T >::get(), MSNet::getInstance(), and MSNet::getJunctionControl().
Referenced by getPosition(), TraCIServerAPI_Junction::getPosition(), and getShape().
|
static |
Definition at line 58 of file TraCI_Junction.cpp.
References getJunction(), and TraCI::makeTraCIPosition().
Referenced by TraCIServerAPI_Junction::processGet().
|
static |
Definition at line 63 of file TraCI_Junction.cpp.
References getJunction(), and TraCI::makeTraCIPositionVector().
Referenced by TraCIServerAPI_Junction::processGet().
|
static |
|
private |
invalidated assignment operator
|
static |
|
static |