Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
TraCILogic () | |
TraCILogic (const std::string &_programID, const int _type, const int _currentPhaseIndex, const std::vector< std::shared_ptr< libsumo::TraCIPhase > > &_phases=std::vector< std::shared_ptr< libsumo::TraCIPhase > >()) | |
~TraCILogic () | |
Data Fields | |
int | currentPhaseIndex |
std::vector< std::shared_ptr< libsumo::TraCIPhase > > | phases |
std::string | programID |
std::map< std::string, std::string > | subParameter |
int | type |
Definition at line 366 of file TraCIDefs.h.
|
inline |
Definition at line 368 of file TraCIDefs.h.
|
inline |
Definition at line 369 of file TraCIDefs.h.
|
inline |
Definition at line 372 of file TraCIDefs.h.
int libsumo::TraCILogic::currentPhaseIndex |
Definition at line 376 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
std::vector<std::shared_ptr<libsumo::TraCIPhase> > libsumo::TraCILogic::phases |
Definition at line 377 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::getAllProgramLogics(), TraCIServerAPI_TrafficLight::processSet(), TraCIAPI::TrafficLightScope::setProgramLogic(), and TraCITestClient::testAPI().
std::string libsumo::TraCILogic::programID |
Definition at line 374 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
std::map<std::string, std::string> libsumo::TraCILogic::subParameter |
Definition at line 378 of file TraCIDefs.h.
Referenced by TraCIAPI::TrafficLightScope::getAllProgramLogics(), TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
int libsumo::TraCILogic::type |
Definition at line 375 of file TraCIDefs.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setProgramLogic().