![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
std::vector< TraCIPhase > | getPhases () |
TraCILogic () | |
TraCILogic (const std::string &_programID, const int _type, const int _currentPhaseIndex, const std::vector< libsumo::TraCIPhase > &_phases=std::vector< libsumo::TraCIPhase >()) | |
~TraCILogic () | |
Data Fields | |
int | currentPhaseIndex |
std::vector< TraCIPhase > | phases |
std::string | programID |
std::map< std::string, std::string > | subParameter |
int | type |
Definition at line 232 of file TraCIDefs.h.
|
inline |
Definition at line 234 of file TraCIDefs.h.
|
inline |
Definition at line 235 of file TraCIDefs.h.
|
inline |
Definition at line 238 of file TraCIDefs.h.
|
inline |
Definition at line 241 of file TraCIDefs.h.
int libsumo::TraCILogic::currentPhaseIndex |
Definition at line 247 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::vector<TraCIPhase> libsumo::TraCILogic::phases |
Definition at line 248 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::getCompleteRedYellowGreenDefinition(), TraCIServerAPI_TrafficLight::processSet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), and TraCITestClient::testAPI().
std::string libsumo::TraCILogic::programID |
Definition at line 245 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::map<std::string, std::string> libsumo::TraCILogic::subParameter |
Definition at line 249 of file TraCIDefs.h.
Referenced by libsumo::TrafficLight::getCompleteRedYellowGreenDefinition(), TraCIAPI::TrafficLightScope::getCompleteRedYellowGreenDefinition(), TraCIServerAPI_TrafficLight::processSet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
int libsumo::TraCILogic::type |
Definition at line 246 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().