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
/****************************************************************************/
15
// APIs for getting/setting areal detector values via TraCI
16
/****************************************************************************/
17
#ifndef TraCIServerAPI_LaneArea_h
18
#define TraCIServerAPI_LaneArea_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
34
35
// ===========================================================================
36
// class definitions
37
// ===========================================================================
42
class
TraCIServerAPI_LaneArea
{
43
public
:
50
static
bool
processGet
(
TraCIServer
& server,
tcpip::Storage
& inputStorage,
51
tcpip::Storage
& outputStorage);
52
53
54
private
:
56
TraCIServerAPI_LaneArea
(
const
TraCIServerAPI_LaneArea
& s);
57
59
TraCIServerAPI_LaneArea
&
operator=
(
const
TraCIServerAPI_LaneArea
& s);
60
61
62
};
63
64
65
#endif
66
67
/****************************************************************************/
68
TraCIServerAPI_LaneArea::operator=
TraCIServerAPI_LaneArea & operator=(const TraCIServerAPI_LaneArea &s)
invalidated assignment operator
storage.h
TraCIServerAPI_LaneArea::processGet
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa1: Get AreaDetector Variable)
Definition:
TraCIServerAPI_LaneArea.cpp:37
TraCIServerAPI_LaneArea
Definition:
TraCIServerAPI_LaneArea.h:42
config.h
TraCIServer
TraCI server used to control sumo by a remote TraCI client.
Definition:
TraCIServer.h:61
TraCIServerAPI_LaneArea::TraCIServerAPI_LaneArea
TraCIServerAPI_LaneArea(const TraCIServerAPI_LaneArea &s)
invalidated copy constructor
tcpip::Storage
Definition:
storage.h:36
src
traci-server
TraCIServerAPI_LaneArea.h
Generated on Thu Jan 16 2020 21:12:23 for Eclipse SUMO - Simulation of Urban MObility by
1.8.16