Noop Class Reference

#include <RobotSkillTemplates/statecharts/CoreUtility/Noop.h>

+ Inheritance diagram for Noop:

Public Member Functions

 Noop (const XMLStateConstructorParams &stateData)
 
void onEnter () override
 
void onExit () override
 

Static Public Member Functions

static XMLStateFactoryBasePtr CreateInstance (XMLStateConstructorParams stateData)
 

Static Public Attributes

static SubClassRegistry Registry
 

Detailed Description

Definition at line 28 of file Noop.h.

Constructor & Destructor Documentation

◆ Noop()

Noop ( const XMLStateConstructorParams stateData)
inline

Definition at line 32 of file Noop.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ CreateInstance()

XMLStateFactoryBasePtr CreateInstance ( XMLStateConstructorParams  stateData)
static

Definition at line 33 of file Noop.cpp.

+ Here is the call graph for this function:

◆ onEnter()

void onEnter ( )
inlineoverride

Definition at line 38 of file Noop.h.

◆ onExit()

void onExit ( )
inlineoverride

Definition at line 42 of file Noop.h.

Member Data Documentation

◆ Registry

Noop::SubClassRegistry Registry
static

Definition at line 46 of file Noop.h.


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