![]() |
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 304 of file TraCIDefs.h.
|
inline |
Definition at line 306 of file TraCIDefs.h.
|
inline |
Definition at line 307 of file TraCIDefs.h.
|
inline |
Definition at line 312 of file TraCIDefs.h.
double libsumo::TraCIPhase::duration |
Definition at line 314 of file TraCIDefs.h.
double libsumo::TraCIPhase::maxDur |
Definition at line 316 of file TraCIDefs.h.
double libsumo::TraCIPhase::minDur |
Definition at line 316 of file TraCIDefs.h.
std::string libsumo::TraCIPhase::name |
Definition at line 318 of file TraCIDefs.h.
std::vector<int> libsumo::TraCIPhase::next |
Definition at line 317 of file TraCIDefs.h.
std::string libsumo::TraCIPhase::state |
Definition at line 315 of file TraCIDefs.h.