Eclipse 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:
[legend]

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 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_SaveTLCoupledLaneDet, and Command_SaveTLCoupledDet.


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