Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
MSTLLogicControl::OnSwitchAction Class Referenceabstract

Base class for things to execute if a tls switches to a new phase. More...

#include <MSTLLogicControl.h>

Inheritance diagram for MSTLLogicControl::OnSwitchAction:
[legend]

Public Member Functions

virtual void execute ()=0
 Executes the action.
 
virtual ~OnSwitchAction ()
 Destructor.
 

Detailed Description

Base class for things to execute if a tls switches to a new phase.

Definition at line 65 of file MSTLLogicControl.h.

Constructor & Destructor Documentation

◆ ~OnSwitchAction()

virtual MSTLLogicControl::OnSwitchAction::~OnSwitchAction ( )
inlinevirtual

Destructor.

Definition at line 68 of file MSTLLogicControl.h.

Member Function Documentation

◆ execute()

virtual void MSTLLogicControl::OnSwitchAction::execute ( )
pure virtual

Executes the action.

Implemented in Command_SaveTLCoupledDet, and Command_SaveTLCoupledLaneDet.


The documentation for this class was generated from the following file: