PlaceTable Class Reference

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

+ Inheritance diagram for PlaceTable:

Public Member Functions

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

Constructor & Destructor Documentation

◆ PlaceTable()

Definition at line 37 of file PlaceTable.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 151 of file PlaceTable.cpp.

+ Here is the call graph for this function:

◆ GetName()

std::string GetName ( )
static

Definition at line 145 of file PlaceTable.cpp.

◆ onBreak()

void onBreak ( )
override

Definition at line 119 of file PlaceTable.cpp.

◆ onEnter()

void onEnter ( )
override

Definition at line 42 of file PlaceTable.cpp.

+ Here is the call graph for this function:

◆ onExit()

void onExit ( )
override

Definition at line 125 of file PlaceTable.cpp.

+ Here is the call graph for this function:

◆ run()

void run ( )
override

Definition at line 111 of file PlaceTable.cpp.

Member Data Documentation

◆ Registry

PlaceTable::SubClassRegistry Registry
static

Definition at line 48 of file PlaceTable.h.


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