TestStateForStatechartExecution Class Reference

#include <RobotAPI/statecharts/StatechartExecutionGroup/Testing/TestStateForStatechartExecution.h>

+ Inheritance diagram for TestStateForStatechartExecution:

Public Member Functions

void onBreak () override
 
void onEnter () override
 
void onExit () override
 
 TestStateForStatechartExecution (const XMLStateConstructorParams &stateData)
 

Static Public Member Functions

static XMLStateFactoryBasePtr CreateInstance (XMLStateConstructorParams stateData)
 

Public Attributes

int i = 0
 

Static Public Attributes

static SubClassRegistry Registry
 

Detailed Description

Definition at line 28 of file TestStateForStatechartExecution.h.

Constructor & Destructor Documentation

◆ TestStateForStatechartExecution()

Definition at line 32 of file TestStateForStatechartExecution.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 85 of file TestStateForStatechartExecution.cpp.

+ Here is the call graph for this function:

◆ onBreak()

void onBreak ( )
override

Definition at line 68 of file TestStateForStatechartExecution.cpp.

◆ onEnter()

void onEnter ( )
override

Definition at line 38 of file TestStateForStatechartExecution.cpp.

◆ onExit()

void onExit ( )
override

Definition at line 75 of file TestStateForStatechartExecution.cpp.

Member Data Documentation

◆ i

int i = 0

Definition at line 49 of file TestStateForStatechartExecution.h.

◆ Registry

TestStateForStatechartExecution::SubClassRegistry Registry
static

Definition at line 44 of file TestStateForStatechartExecution.h.


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