Eclipse SUMO - Simulation of Urban MObility
TraCIServerAPI_InductionLoop.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 induction loop values via TraCI
17
/****************************************************************************/
18
#ifndef TraCIServerAPI_InductionLoop_h
19
#define TraCIServerAPI_InductionLoop_h
20
21
22
// ===========================================================================
23
// included modules
24
// ===========================================================================
25
#include <
config.h
>
26
27
#include "
TraCIServer.h
"
28
#include <
foreign/tcpip/storage.h
>
29
30
31
// ===========================================================================
32
// class definitions
33
// ===========================================================================
38
class
TraCIServerAPI_InductionLoop
{
39
public
:
46
static
bool
processGet
(
TraCIServer
& server,
tcpip::Storage
& inputStorage,
47
tcpip::Storage
& outputStorage);
48
49
50
private
:
52
TraCIServerAPI_InductionLoop
(
const
TraCIServerAPI_InductionLoop
& s);
53
55
TraCIServerAPI_InductionLoop
&
operator=
(
const
TraCIServerAPI_InductionLoop
& s);
56
57
58
};
59
60
61
#endif
62
63
/****************************************************************************/
64
TraCIServerAPI_InductionLoop::operator=
TraCIServerAPI_InductionLoop & operator=(const TraCIServerAPI_InductionLoop &s)
invalidated assignment operator
TraCIServerAPI_InductionLoop::TraCIServerAPI_InductionLoop
TraCIServerAPI_InductionLoop(const TraCIServerAPI_InductionLoop &s)
invalidated copy constructor
TraCIServerAPI_InductionLoop::processGet
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa0: Get Induction Loop Variable)
Definition:
TraCIServerAPI_InductionLoop.cpp:38
TraCIServerAPI_InductionLoop
APIs for getting/setting induction loop values via TraCI.
Definition:
TraCIServerAPI_InductionLoop.h:38
storage.h
TraCIServer.h
config.h
TraCIServer
TraCI server used to control sumo by a remote TraCI client.
Definition:
TraCIServer.h:62
tcpip::Storage
Definition:
storage.h:36
src
traci-server
TraCIServerAPI_InductionLoop.h
Generated on Wed Jan 15 2020 15:04:13 for Eclipse SUMO - Simulation of Urban MObility by
1.8.16