21 #ifndef TraCIServerAPI_Junction_h 22 #define TraCIServerAPI_Junction_h
APIs for getting/setting junction values via TraCI.
static NamedRTree * getTree()
Returns a tree filled with junction instances.
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa9: Get Junction Variable)
A RT-tree for efficient storing of SUMO's Named objects.
A point in 2D or 3D with translation and scaling methods.
TraCI server used to control sumo by a remote TraCI client.
TraCIServerAPI_Junction & operator=(const TraCIServerAPI_Junction &s)
invalidated assignment operator
static bool getPosition(const std::string &id, Position &p)
Returns the named junction's position.
TraCIServerAPI_Junction(const TraCIServerAPI_Junction &s)
invalidated copy constructor