SUMO - Simulation of Urban MObility
|
Definition of a single, loaded phase. More...
#include <NBLoadedTLDef.h>
Public Member Functions | |
PhaseDef (SUMOTime time, TLColor color) | |
Constructor. |
Data Fields | |
TLColor | myColor |
A signal's color from this time. | |
SUMOTime | myTime |
The begin time of this phase. |
Definition of a single, loaded phase.
Definition at line 160 of file NBLoadedTLDef.h.
Constructor.
[in] | time | The begin time of this phase |
[in] | color | A signal's color from this time |
Definition at line 166 of file NBLoadedTLDef.h.
TLColor NBLoadedTLDef::SignalGroup::PhaseDef::myColor |
A signal's color from this time.
Definition at line 172 of file NBLoadedTLDef.h.
SUMOTime NBLoadedTLDef::SignalGroup::PhaseDef::myTime |
The begin time of this phase.
Definition at line 170 of file NBLoadedTLDef.h.
Referenced by NBLoadedTLDef::SignalGroup::phase_by_time_sorter::operator()().