![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>

Public Member Functions | |
| TraCILogic () | |
| TraCILogic (const std::string &_programID, const int _type, const int _currentPhaseIndex) | |
| ~TraCILogic () | |
Data Fields | |
| int | currentPhaseIndex |
| std::vector< TraCIPhase > | phases |
| std::string | programID |
| std::map< std::string, std::string > | subParameter |
| int | type |
Definition at line 224 of file TraCIDefs.h.
|
inline |
Definition at line 226 of file TraCIDefs.h.
|
inline |
Definition at line 227 of file TraCIDefs.h.
|
inline |
Definition at line 229 of file TraCIDefs.h.
| int libsumo::TraCILogic::currentPhaseIndex |
Definition at line 233 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 234 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 231 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 235 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 232 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().