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-2018 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 junction values via TraCI
17 /****************************************************************************/
18 #ifndef TraCIServerAPI_Junction_h
19 #define TraCIServerAPI_Junction_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 // ===========================================================================
33 class TraCIServer;
34 class Position;
35 class NamedRTree;
36 
37 
38 // ===========================================================================
39 // class definitions
40 // ===========================================================================
46 public:
53  static bool processGet(TraCIServer& server, tcpip::Storage& inputStorage,
54  tcpip::Storage& outputStorage);
55 
56 private:
59 
62 };
63 
64 
65 #endif
66 
67 /****************************************************************************/
APIs for getting/setting junction values via TraCI.
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa9: Get Junction Variable)
A RT-tree for efficient storing of SUMO&#39;s Named objects.
Definition: NamedRTree.h:65
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:39
TraCI server used to control sumo by a remote TraCI client.
Definition: TraCIServer.h:62
TraCIServerAPI_Junction & operator=(const TraCIServerAPI_Junction &s)
invalidated assignment operator
TraCIServerAPI_Junction(const TraCIServerAPI_Junction &s)
invalidated copy constructor