|
SUMO - Simulation of Urban MObility
|
Definition of a single, loaded phase. More...
#include <NBLoadedTLDef.h>

Public Member Functions | |
| PhaseDef (SUMOTime time, TLColor color) | |
| Constructor. More... | |
Data Fields | |
| TLColor | myColor |
| A signal's color from this time. More... | |
| SUMOTime | myTime |
| The begin time of this phase. More... | |
Definition of a single, loaded phase.
Definition at line 161 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 167 of file NBLoadedTLDef.h.
| TLColor NBLoadedTLDef::SignalGroup::PhaseDef::myColor |
A signal's color from this time.
Definition at line 173 of file NBLoadedTLDef.h.
| SUMOTime NBLoadedTLDef::SignalGroup::PhaseDef::myTime |
The begin time of this phase.
Definition at line 171 of file NBLoadedTLDef.h.
Referenced by NBLoadedTLDef::SignalGroup::phase_by_time_sorter::operator()().