Eclipse SUMO - Simulation of Urban MObility
TraCIServerAPI_LaneArea.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2013-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 /****************************************************************************/
16 // APIs for getting/setting areal detector values via TraCI
17 /****************************************************************************/
18 #ifndef TraCIServerAPI_LaneArea_h
19 #define TraCIServerAPI_LaneArea_h
20 
21 
22 // ===========================================================================
23 // included modules
24 // ===========================================================================
25 #include <config.h>
26 
27 #include <foreign/tcpip/storage.h>
28 
29 
30 // ===========================================================================
31 // class declarations
32 // ===========================================================================
34 
35 
36 // ===========================================================================
37 // class definitions
38 // ===========================================================================
44 public:
51  static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
52  tcpip::Storage& outputStorage);
53 
54 
55 private:
58 
61 
62 
63 };
64 
65 
66 #endif
67 
68 /****************************************************************************/
69 
TraCIServerAPI_LaneArea(const TraCIServerAPI_LaneArea &s)
invalidated copy constructor
TraCIServerAPI_LaneArea & operator=(const TraCIServerAPI_LaneArea &s)
invalidated assignment operator
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa1: Get AreaDetector Variable)
TraCI server used to control sumo by a remote TraCI client.
Definition: TraCIServer.h:62