ADTF  3.18.2
level_machine< Subclass, LevelType, START_LEVEL >::handler< level, direction, method >

Definition of handler method. More...

Static Public Member Functions

static tChangeMethod GetMethod ()
 returns the method to call on level change More...
 

Static Public Attributes

static const LevelType eLevel = level
 level of the handler which is entered
 
static const tDirection eDirection = direction
 entering direction for the eLevel of the handler
 

Detailed Description

template<typename Subclass, typename LevelType, LevelType START_LEVEL>
template<LevelType level, tDirection direction, tChangeMethod method>
struct adtf::ucom::ant::level_machine< Subclass, LevelType, START_LEVEL >::handler< level, direction, method >

Definition of handler method.

Template Parameters
levelLevel Type of reaching Level
directiondirection of entering the level
methodmethod to call if level is entered

Definition at line 55 of file level_machine.h.

Member Function Documentation

◆ GetMethod()

static tChangeMethod GetMethod ( )
inlinestatic

returns the method to call on level change

Returns
The Method to call

Definition at line 64 of file level_machine.h.