Statechart_StateParameterExample Struct Reference

#include <ArmarXCore/applications/StateChartExamples/StateParameterExample/StateParameterExample.h>

+ Inheritance diagram for Statechart_StateParameterExample:

Public Member Functions

void defineParameters () override
 
void defineState () override
 
void defineSubstates () override
 
void onEnter () override
 
- Public Member Functions inherited from StateTemplate< Statechart_StateParameterExample >
StateBasePtr clone () const override
 Creates a copy of this state. More...
 

Additional Inherited Members

- Public Types inherited from StateTemplate< Statechart_StateParameterExample >
using Type = StateType
 
- Static Public Member Functions inherited from StateTemplate< Statechart_StateParameterExample >
static IceInternal::Handle< StateType > createInstance (std::string stateName="")
 Creates a new state instance of the type of the template parameter. More...
 
- Protected Member Functions inherited from StateTemplate< Statechart_StateParameterExample >
 StateTemplate ()
 
 ~StateTemplate () override
 

Detailed Description

Definition at line 52 of file StateParameterExample.h.

Member Function Documentation

◆ defineParameters()

void defineParameters ( )
override

Definition at line 93 of file StateParameterExample.cpp.

◆ defineState()

void defineState ( )
override

Definition at line 62 of file StateParameterExample.cpp.

◆ defineSubstates()

void defineSubstates ( )
override

Definition at line 66 of file StateParameterExample.cpp.

+ Here is the call graph for this function:

◆ onEnter()

void onEnter ( )
override

Definition at line 110 of file StateParameterExample.cpp.


The documentation for this struct was generated from the following files: