SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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

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

Destructor.

Definition at line 76 of file MSTLLogicControl.h.

Member Function Documentation

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: