![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
TraCILogic (const std::string &_subID, int _type, const std::map< std::string, double > &_subParameter, int _currentPhaseIndex, const std::vector< TraCIPhase > &_phases) | |
~TraCILogic () | |
Data Fields | |
int | currentPhaseIndex |
std::vector< TraCIPhase > | phases |
std::string | subID |
std::map< std::string, double > | subParameter |
int | type |
Definition at line 116 of file TraCIDefs.h.
|
inline |
Definition at line 118 of file TraCIDefs.h.
|
inline |
Definition at line 120 of file TraCIDefs.h.
int TraCILogic::currentPhaseIndex |
Definition at line 125 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::vector<TraCIPhase> TraCILogic::phases |
Definition at line 126 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::string TraCILogic::subID |
Definition at line 122 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::map<std::string, double> TraCILogic::subParameter |
Definition at line 124 of file TraCIDefs.h.
int TraCILogic::type |
Definition at line 123 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().