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