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