Eclipse SUMO - Simulation of Urban MObility
TraCIServerAPI_Junction.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 junction values via TraCI
16 /****************************************************************************/
17 #ifndef TraCIServerAPI_Junction_h
18 #define TraCIServerAPI_Junction_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 #include <config.h>
25 
26 #include <foreign/tcpip/storage.h>
27 
28 
29 // ===========================================================================
30 // class declarations
31 // ===========================================================================
32 class TraCIServer;
33 class Position;
34 class NamedRTree;
35 
36 
37 // ===========================================================================
38 // class definitions
39 // ===========================================================================
45 public:
52  static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
53  tcpip::Storage& outputStorage);
54 
55 private:
58 
61 };
62 
63 
64 #endif
65 
66 /****************************************************************************/
Position
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:38
storage.h
NamedRTree
A RT-tree for efficient storing of SUMO's Named objects.
Definition: NamedRTree.h:63
TraCIServerAPI_Junction
APIs for getting/setting junction values via TraCI.
Definition: TraCIServerAPI_Junction.h:44
config.h
TraCIServerAPI_Junction::processGet
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa9: Get Junction Variable)
Definition: TraCIServerAPI_Junction.cpp:37
TraCIServerAPI_Junction::operator=
TraCIServerAPI_Junction & operator=(const TraCIServerAPI_Junction &s)
invalidated assignment operator
TraCIServer
TraCI server used to control sumo by a remote TraCI client.
Definition: TraCIServer.h:61
TraCIServerAPI_Junction::TraCIServerAPI_Junction
TraCIServerAPI_Junction(const TraCIServerAPI_Junction &s)
invalidated copy constructor
tcpip::Storage
Definition: storage.h:37