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