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