SUMO - Simulation of Urban MObility
|
Base class for things to execute if a tls switches to a new phase. More...
#include <MSTLLogicControl.h>
Public Member Functions | |
virtual void | execute ()=0 |
Executes the action. | |
virtual | ~OnSwitchAction () |
Destructor. |
Base class for things to execute if a tls switches to a new phase.
Definition at line 66 of file MSTLLogicControl.h.
|
inlinevirtual |
Destructor.
Definition at line 69 of file MSTLLogicControl.h.
|
pure virtual |
Executes the action.
Implemented in Command_SaveTLCoupledDet, and Command_SaveTLCoupledLaneDet.