 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef TraCIServerAPI_GUI_h
18 #define TraCIServerAPI_GUI_h
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xcc: Change GUI State)
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xac: Get GUI Variable)
TraCIServerAPI_GUI(const TraCIServerAPI_GUI &s)
invalidated copy constructor
APIs for getting/setting GUI values via TraCI.
TraCIServerAPI_GUI & operator=(const TraCIServerAPI_GUI &s)
invalidated assignment operator
static GUISUMOAbstractView * getNamedView(const std::string &id)
Returns the named view.
TraCI server used to control sumo by a remote TraCI client.