20 #ifndef TraCIServerAPI_Person_h
21 #define TraCIServerAPI_Person_h
APIs for getting/setting person values via TraCI.
TraCIServerAPI_Person & operator=(const TraCIServerAPI_Person &s)
invalidated assignment operator
static bool getPosition(const std::string &id, Position &p)
Returns the named persons's position.
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xce: Change Person State)
A point in 2D or 3D with translation and scaling methods.
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 0xae: Get Person Variable)
TraCIServerAPI_Person(const TraCIServerAPI_Person &s)
invalidated copy constructor