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
/****************************************************************************/
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
// ===========================================================================
45
class
TraCIServerAPI_Junction
{
46
public
:
53
static
bool
processGet
(
TraCIServer
& server,
tcpip::Storage
& inputStorage,
54
tcpip::Storage
& outputStorage);
55
56
private
:
58
TraCIServerAPI_Junction
(
const
TraCIServerAPI_Junction
& s);
59
61
TraCIServerAPI_Junction
&
operator=
(
const
TraCIServerAPI_Junction
& s);
62
};
63
64
65
#endif
66
67
/****************************************************************************/
Position
A point in 2D or 3D with translation and scaling methods.
Definition:
Position.h:39
storage.h
NamedRTree
A RT-tree for efficient storing of SUMO's Named objects.
Definition:
NamedRTree.h:64
TraCIServerAPI_Junction
APIs for getting/setting junction values via TraCI.
Definition:
TraCIServerAPI_Junction.h:45
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:38
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:62
TraCIServerAPI_Junction::TraCIServerAPI_Junction
TraCIServerAPI_Junction(const TraCIServerAPI_Junction &s)
invalidated copy constructor
tcpip::Storage
Definition:
storage.h:36
src
traci-server
TraCIServerAPI_Junction.h
Generated on Wed Jan 15 2020 15:04:13 for Eclipse SUMO - Simulation of Urban MObility by
1.8.16