SUMO - Simulation of Urban MObility
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:
Inheritance graph
Collaboration diagram for MSTLLogicControl::OnSwitchAction:
Collaboration graph

Public Member Functions

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

Detailed Description

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

Definition at line 73 of file MSTLLogicControl.h.

Constructor & Destructor Documentation

◆ ~OnSwitchAction()

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

Destructor.

Definition at line 76 of file MSTLLogicControl.h.

References execute().

Member Function Documentation

◆ execute()

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

Executes the action.

Implemented in Command_SaveTLCoupledDet, and Command_SaveTLCoupledLaneDet.

Referenced by ~OnSwitchAction().


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