SUMO - Simulation of Urban MObility
MSTLLogicControl::OnSwitchAction Class Reference

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

#include <MSTLLogicControl.h>

Inheritance diagram for MSTLLogicControl::OnSwitchAction:
Command_SaveTLCoupledDet Command_SaveTLCoupledLaneDet

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 66 of file MSTLLogicControl.h.


Constructor & Destructor Documentation

Destructor.

Definition at line 69 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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines