20 #ifndef Command_SaveTLSState_h 21 #define Command_SaveTLSState_h OutputDevice & myOutputDevice
The device to write to.
Storage for all programs of a single tls.
SUMOTime execute(SUMOTime currentTime)
Writes the current state of the tls.
Base (microsim) event class.
const MSTLLogicControl::TLSLogicVariants & myLogics
The traffic light logic to use.
~Command_SaveTLSState()
Destructor.
Command_SaveTLSState(const MSTLLogicControl::TLSLogicVariants &logics, OutputDevice &od)
Constructor.
Writes the state of the tls to a file (in each second)
Command_SaveTLSState & operator=(const Command_SaveTLSState &)
Invalidated assignment operator.
The parent class for traffic light logics.
Static storage of an output device and its base (abstract) implementation.