![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
TraCIPhase () | |
TraCIPhase (const double _duration, const std::string &_state, const double _minDur=INVALID_DOUBLE_VALUE, const double _maxDur=INVALID_DOUBLE_VALUE, const int _next=-1) | |
~TraCIPhase () | |
Data Fields | |
double | duration |
double | maxDur |
double | minDur |
int | next |
std::string | state |
Definition at line 203 of file TraCIDefs.h.
|
inline |
Definition at line 205 of file TraCIDefs.h.
|
inline |
Definition at line 206 of file TraCIDefs.h.
|
inline |
Definition at line 208 of file TraCIDefs.h.
double libsumo::TraCIPhase::duration |
Definition at line 210 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
double libsumo::TraCIPhase::maxDur |
Definition at line 212 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
double libsumo::TraCIPhase::minDur |
Definition at line 212 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
int libsumo::TraCIPhase::next |
Definition at line 213 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::string libsumo::TraCIPhase::state |
Definition at line 211 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().