21 #ifndef TraCIServerAPI_Lane_h 22 #define TraCIServerAPI_Lane_h static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa3: Get Lane Variable)
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc3: Change Lane State)
TraCIServerAPI_Lane & operator=(const TraCIServerAPI_Lane &s)
invalidated assignment operator
TraCI server used to control sumo by a remote TraCI client.
TraCIServerAPI_Lane(const TraCIServerAPI_Lane &s)
invalidated copy constructor
APIs for getting/setting lane values via TraCI.
static bool getShape(const std::string &id, PositionVector &shape)
Returns the named lane's shape.