18 #ifndef MSSOTLWaveTrafficLightLogic_h 19 #define MSSOTLWaveTrafficLightLogic_h 39 const std::string&
id,
const std::string& programID,
41 const std::map<std::string, std::string>& parameters);
53 const std::string&
id,
const std::string& programID,
55 const std::map<std::string, std::string>& parameters,
62 return "waveTrafficLightLogic";
MSSOTLWaveTrafficLightLogic(MSTLLogicControl &tlcontrol, const std::string &id, const std::string &programID, const Phases &phases, int step, SUMOTime delay, const std::map< std::string, std::string > ¶meters)
Constructor without sensors passed.
A class that stores and controls tls and switching of their programs.
A self-organizing traffic light logic.
const std::string getLogicType() const
Returns the type of the logic as a string.
std::vector< MSPhaseDefinition * > Phases
Definition of a list of phases, being the junction logic.