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

Public Member Functions | |
| TraCILogic () | |
| TraCILogic (const std::string &_subID, int _type, int _currentPhaseIndex) | |
| ~TraCILogic () | |
Data Fields | |
| int | currentPhaseIndex |
| std::vector< TraCIPhase > | phases |
| std::string | subID |
| std::map< std::string, std::string > | subParameter |
| int | type |
Definition at line 117 of file TraCIDefs.h.
|
inline |
Definition at line 119 of file TraCIDefs.h.
|
inline |
Definition at line 120 of file TraCIDefs.h.
|
inline |
Definition at line 122 of file TraCIDefs.h.
| int TraCILogic::currentPhaseIndex |
Definition at line 126 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), TraCI_TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
| std::vector<TraCIPhase> TraCILogic::phases |
| std::string TraCILogic::subID |
Definition at line 124 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), TraCI_TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
| std::map<std::string, std::string> TraCILogic::subParameter |
Definition at line 128 of file TraCIDefs.h.
Referenced by TraCI_TrafficLight::getCompleteRedYellowGreenDefinition(), and TraCI_TrafficLight::setCompleteRedYellowGreenDefinition().
| int TraCILogic::type |
Definition at line 125 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().