 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef TraCIServerAPI_TrafficLight_h
18 #define TraCIServerAPI_TrafficLight_h
TraCIServerAPI_TrafficLight & operator=(const TraCIServerAPI_TrafficLight &s)
invalidated assignment operator
TraCIServerAPI_TrafficLight(const TraCIServerAPI_TrafficLight &s)
invalidated copy constructor
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa2: Get Traffic Lights Variable)
APIs for getting/setting traffic light values via TraCI.
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc2: Change Traffic Lights State)
TraCI server used to control sumo by a remote TraCI client.