APIs for getting/setting polygon values via TraCI.
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc8: Change Polygon State)
TraCIServerAPI_Polygon(const TraCIServerAPI_Polygon &s)
invalidated copy constructor
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa8: Get Polygon Variable)
TraCIServerAPI_Polygon & operator=(const TraCIServerAPI_Polygon &s)
invalidated assignment operator
TraCI server used to control sumo by a remote TraCI client.