TestState Class Reference

#include <RobotAPI/statecharts/StatechartProfilesTestGroup/TestState.h>

+ Inheritance diagram for TestState:

Public Member Functions

void onBreak () override
 
void onEnter () override
 
void onExit () override
 
void run () override
 
 TestState (const XMLStateConstructorParams &stateData)
 

Static Public Member Functions

static XMLStateFactoryBasePtr CreateInstance (XMLStateConstructorParams stateData)
 

Static Public Attributes

static SubClassRegistry Registry
 

Detailed Description

Definition at line 31 of file TestState.h.

Constructor & Destructor Documentation

◆ TestState()

TestState ( const XMLStateConstructorParams stateData)

Definition at line 35 of file TestState.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 87 of file TestState.cpp.

+ Here is the call graph for this function:

◆ onBreak()

void onBreak ( )
override

Definition at line 72 of file TestState.cpp.

◆ onEnter()

void onEnter ( )
override

Definition at line 40 of file TestState.cpp.

◆ onExit()

void onExit ( )
override

Definition at line 78 of file TestState.cpp.

◆ run()

void run ( )
override

Definition at line 58 of file TestState.cpp.

Member Data Documentation

◆ Registry

TestState::SubClassRegistry Registry
static

Definition at line 45 of file TestState.h.


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