20 #ifndef MSSOTLPhaseTrafficLightLogic_h
21 #define MSSOTLPhaseTrafficLightLogic_h
47 const std::string&
id,
const std::string& subid,
48 const Phases& phases,
int step,
SUMOTime delay,
const std::map<std::string, std::string>& parameters)
throw();
60 const std::string&
id,
const std::string& subid,
61 const Phases& phases,
int step,
SUMOTime delay,
const std::map<std::string, std::string>& parameters,
MSSOTLSensors* sensors)
throw();
MSSOTLPhaseTrafficLightLogic(MSTLLogicControl &tlcontrol, const std::string &id, const std::string &subid, 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.
std::vector< MSPhaseDefinition * > Phases
Definition of a list of phases, being the junction logic.