![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
TraCIPhase () | |
TraCIPhase (const double _duration, const std::string &_state, const double _minDur=libsumo::INVALID_DOUBLE_VALUE, const double _maxDur=libsumo::INVALID_DOUBLE_VALUE, const std::vector< int > &_next=std::vector< int >(), const std::string &_name="") | |
~TraCIPhase () | |
Data Fields | |
double | duration |
double | maxDur |
double | minDur |
std::string | name |
std::vector< int > | next |
std::string | state |
Definition at line 254 of file TraCIDefs.h.
|
inline |
Definition at line 256 of file TraCIDefs.h.
|
inline |
Definition at line 257 of file TraCIDefs.h.
|
inline |
Definition at line 262 of file TraCIDefs.h.
double libsumo::TraCIPhase::duration |
Definition at line 264 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
double libsumo::TraCIPhase::maxDur |
Definition at line 266 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
double libsumo::TraCIPhase::minDur |
Definition at line 266 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
std::string libsumo::TraCIPhase::name |
Definition at line 268 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
std::vector<int> libsumo::TraCIPhase::next |
Definition at line 267 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
std::string libsumo::TraCIPhase::state |
Definition at line 265 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), and TraCIAPI::TrafficLightScope::setProgramLogic().