21 #ifndef TraCIServerAPI_POI_h 22 #define TraCIServerAPI_POI_h
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc7: Change PoI State)
APIs for getting/setting POI values via TraCI.
A RT-tree for efficient storing of SUMO's Named objects.
static NamedRTree * getTree()
Returns a tree filled with PoI instances.
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.
TraCI server used to control sumo by a remote TraCI client.
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa7: Get PoI Variable)
TraCIServerAPI_POI & operator=(const TraCIServerAPI_POI &s)
invalidated assignment operator
static PointOfInterest * getPoI(const std::string &id)
Returns the named PoI.
TraCIServerAPI_POI(const TraCIServerAPI_POI &s)
invalidated copy constructor