![]() |
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 118 of file TraCIDefs.h.
|
inline |
Definition at line 120 of file TraCIDefs.h.
|
inline |
Definition at line 121 of file TraCIDefs.h.
|
inline |
Definition at line 123 of file TraCIDefs.h.
int libsumo::TraCILogic::currentPhaseIndex |
Definition at line 127 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 128 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::getCompleteRedYellowGreenDefinition(), TraCIServerAPI_TrafficLight::processSet(), libsumo::TrafficLight::setCompleteRedYellowGreenDefinition(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
std::string libsumo::TraCILogic::subID |
Definition at line 125 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 129 of file TraCIDefs.h.
Referenced by libsumo::TrafficLight::getCompleteRedYellowGreenDefinition(), and libsumo::TrafficLight::setCompleteRedYellowGreenDefinition().
int libsumo::TraCILogic::type |
Definition at line 126 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().