SUMO - Simulation of Urban MObility
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
MSSOTLSensors.cpp
Go to the documentation of this file.
1
/****************************************************************************/
7
// The base abstract class for SOTL sensors
8
/****************************************************************************/
9
// SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
10
// Copyright 2001-2009 DLR (http://www.dlr.de/) and contributors
11
/****************************************************************************/
12
//
13
// This file is part of SUMO.
14
// SUMO is free software: you can redistribute it and/or modify
15
// it under the terms of the GNU General Public License as published by
16
// the Free Software Foundation, either version 3 of the License, or
17
// (at your option) any later version.
18
//
19
/****************************************************************************/
20
#include "
MSSOTLSensors.h
"
21
22
MSSOTLSensors::MSSOTLSensors
(std::string tlLogicID,
const
MSTrafficLightLogic::Phases
* phases) {
23
this->tlLogicID =
tlLogicID
;
24
this->
myPhases
= phases;
25
}
26
27
//MSSOTLSensors does not handle directly any data structure
28
MSSOTLSensors::~MSSOTLSensors
() {}
29
30
31
/****************************************************************************/
MSSOTLSensors::myPhases
const MSTrafficLightLogic::Phases * myPhases
Definition:
MSSOTLSensors.h:42
MSSOTLSensors::~MSSOTLSensors
virtual ~MSSOTLSensors()
Definition:
MSSOTLSensors.cpp:28
MSTrafficLightLogic::Phases
std::vector< MSPhaseDefinition * > Phases
Definition of a list of phases, being the junction logic.
Definition:
MSTrafficLightLogic.h:69
MSSOTLSensors::MSSOTLSensors
MSSOTLSensors(std::string tlLogicID, const MSTrafficLightLogic::Phases *phases)
Definition:
MSSOTLSensors.cpp:22
MSSOTLSensors::tlLogicID
std::string tlLogicID
Definition:
MSSOTLSensors.h:43
MSSOTLSensors.h
src
microsim
traffic_lights
MSSOTLSensors.cpp
Generated on Fri Aug 12 2016 18:34:54 for SUMO - Simulation of Urban MObility by
1.8.11