Eclipse SUMO - Simulation of Urban MObility
TraCIServerAPI_Vehicle.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.
4 // This program and the accompanying materials
5 // are made available under the terms of the Eclipse Public License v2.0
6 // which accompanies this distribution, and is available at
7 // http://www.eclipse.org/legal/epl-v20.html
8 // SPDX-License-Identifier: EPL-2.0
9 /****************************************************************************/
15 // APIs for getting/setting vehicle values via TraCI
16 /****************************************************************************/
17 #ifndef TraCIServerAPI_Vehicle_h
18 #define TraCIServerAPI_Vehicle_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 #include <config.h>
25 
27 #include "TraCIServer.h"
28 #include <foreign/tcpip/storage.h>
29 
30 
31 // ===========================================================================
32 // class definitions
33 // ===========================================================================
39 public:
46  static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
47  tcpip::Storage& outputStorage);
48 
49 
56  static bool processSet(TraCIServer& server, tcpip::Storage& inputStorage,
57  tcpip::Storage& outputStorage);
58 
59 
60 private:
63 
66 
67 
68 };
69 
70 
71 #endif
72 
73 /****************************************************************************/
TraCIServerAPI_Vehicle::processSet
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc4: Change Vehicle State)
Definition: TraCIServerAPI_Vehicle.cpp:291
TraCIServerAPI_Vehicle
APIs for getting/setting vehicle values via TraCI.
Definition: TraCIServerAPI_Vehicle.h:38
TraCIServerAPI_Vehicle::TraCIServerAPI_Vehicle
TraCIServerAPI_Vehicle(const TraCIServerAPI_Vehicle &s)
invalidated copy constructor
TraCIServerAPI_Vehicle::processGet
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa4: Get Vehicle Variable)
Definition: TraCIServerAPI_Vehicle.cpp:58
MSEdgeWeightsStorage.h
storage.h
TraCIServer.h
config.h
TraCIServerAPI_Vehicle::operator=
TraCIServerAPI_Vehicle & operator=(const TraCIServerAPI_Vehicle &s)
invalidated assignment operator
TraCIServer
TraCI server used to control sumo by a remote TraCI client.
Definition: TraCIServer.h:61
tcpip::Storage
Definition: storage.h:37