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, unsigned int _currentPhaseIndex, const std::vector< TraCIPhase > &_phases) | |
~TraCILogic () |
Data Fields | |
unsigned int | currentPhaseIndex |
std::vector< TraCIPhase > | phases |
std::string | subID |
std::map< std::string, SUMOReal > | subParameter |
int | type |
Definition at line 99 of file TraCIAPI.h.
|
inline |
Definition at line 101 of file TraCIAPI.h.
|
inline |
Definition at line 103 of file TraCIAPI.h.
unsigned int TraCIAPI::TraCILogic::currentPhaseIndex |
Definition at line 108 of file TraCIAPI.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::vector<TraCIPhase> TraCIAPI::TraCILogic::phases |
Definition at line 109 of file TraCIAPI.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::string TraCIAPI::TraCILogic::subID |
Definition at line 105 of file TraCIAPI.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::map<std::string, SUMOReal> TraCIAPI::TraCILogic::subParameter |
Definition at line 107 of file TraCIAPI.h.
int TraCIAPI::TraCILogic::type |
Definition at line 106 of file TraCIAPI.h.
Referenced by TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().