21 #ifndef TraCIServerAPI_POI_h
22 #define TraCIServerAPI_POI_h
APIs for getting/setting POI values via TraCI.
static bool processGet(traci::TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa7: Get PoI Variable)
TraCI server used to control sumo by a remote TraCI client.
A point in 2D or 3D with translation and scaling methods.
static bool getPosition(const std::string &id, Position &p)
Returns the named PoI's position.
A RT-tree for efficient storing of SUMO's GL-objects.
static TraCIRTree * getTree()
Returns a tree filled with inductive loop instances.
TraCIServerAPI_POI & operator=(const TraCIServerAPI_POI &s)
invalidated assignment operator
static PointOfInterest * getPoI(const std::string &id)
Returns the named PoI.
static bool processSet(traci::TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc7: Change PoI State)
TraCIServerAPI_POI(const TraCIServerAPI_POI &s)
invalidated copy constructor