MoveTable Class Reference

#include <RobotSkillTemplates/statecharts/CoupledInteractionGroup/MoveTable.h>

+ Inheritance diagram for MoveTable:

Public Member Functions

 MoveTable (XMLStateConstructorParams stateData)
 
void onEnter () override
 
void onExit () override
 

Static Public Member Functions

static XMLStateFactoryBasePtr CreateInstance (XMLStateConstructorParams stateData)
 
static std::string GetName ()
 

Static Public Attributes

static SubClassRegistry Registry
 

Detailed Description

Definition at line 33 of file MoveTable.h.

Constructor & Destructor Documentation

◆ MoveTable()

Definition at line 37 of file MoveTable.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 66 of file MoveTable.cpp.

+ Here is the call graph for this function:

◆ GetName()

std::string GetName ( )
static

Definition at line 60 of file MoveTable.cpp.

◆ onEnter()

void onEnter ( )
override

Definition at line 42 of file MoveTable.cpp.

+ Here is the call graph for this function:

◆ onExit()

void onExit ( )
override

Definition at line 50 of file MoveTable.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Registry

MoveTable::SubClassRegistry Registry
static

Definition at line 47 of file MoveTable.h.


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