LiftTable Class Reference

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

+ Inheritance diagram for LiftTable:

Public Member Functions

 LiftTable (XMLStateConstructorParams stateData)
 
void onBreak () override
 
void onEnter () override
 
void onExit () override
 
void run () 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 37 of file LiftTable.h.

Constructor & Destructor Documentation

◆ LiftTable()

Definition at line 38 of file LiftTable.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 130 of file LiftTable.cpp.

+ Here is the call graph for this function:

◆ GetName()

std::string GetName ( )
static

Definition at line 123 of file LiftTable.cpp.

◆ onBreak()

void onBreak ( )
override

Definition at line 73 of file LiftTable.cpp.

◆ onEnter()

void onEnter ( )
override

Definition at line 44 of file LiftTable.cpp.

+ Here is the call graph for this function:

◆ onExit()

void onExit ( )
override

Definition at line 80 of file LiftTable.cpp.

+ Here is the call graph for this function:

◆ run()

void run ( )
override

Definition at line 65 of file LiftTable.cpp.

Member Data Documentation

◆ Registry

LiftTable::SubClassRegistry Registry
static

Definition at line 51 of file LiftTable.h.


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