|
OpenRTM-aist 2.0.2
|
#include <Macho.h>


Public Member Functions | |
| ID | id () override |
| Key | key () override |
| void | createBox () override |
| void | deleteBox () override |
| const char * | name () override |
| _StateInstance * | create (_MachineBase &machine, _StateInstance *parent) override |
Public Member Functions inherited from Macho::_StateInstance | |
| virtual | ~_StateInstance () |
| void | entry (_StateInstance &previous, bool first=true) |
| void | exit (_StateInstance &next) |
| void | init (bool history) |
| void | saveHistory (_StateInstance &shallow, _StateInstance &deep) |
| void | setHistorySuper (_StateInstance &deep) |
| void | shutdown () |
| void | restore (_StateInstance &instance) |
| void | setBox (void *box) |
| bool | isChild (const _StateInstance &instance) |
| _StateSpecification & | specification () |
| void * | box () |
| _MachineBase & | machine () |
| void | setHistory (_StateInstance *history) const |
| _StateInstance * | history () const |
Protected Member Functions | |
| _RootInstance (_MachineBase &machine, _StateInstance *parent) | |
Protected Member Functions inherited from Macho::_StateInstance | |
| _StateInstance (_MachineBase &machine, _StateInstance *parent) | |
Friends | |
| class | _StateSpecification |
Additional Inherited Members | |
Protected Attributes inherited from Macho::_StateInstance | |
| _MachineBase & | myMachine |
| _StateSpecification * | mySpecification |
| _StateInstance * | myHistory |
| _StateInstance * | myParent |
| void * | myBox |
| void * | myBoxPlace |
|
inlineprotected |
References _StateSpecification, and Macho::_StateInstance::mySpecification.
Referenced by create().
|
inlineoverridevirtual |
Implements Macho::_StateInstance.
References _RootInstance(), and Macho::_StateInstance::machine().
|
inlineoverridevirtual |
Implements Macho::_StateInstance.
|
inlineoverridevirtual |
Implements Macho::_StateInstance.
|
inlineoverridevirtual |
Implements Macho::_StateInstance.
|
inlineoverridevirtual |
Implements Macho::_StateInstance.
|
inlineoverridevirtual |
Implements Macho::_StateInstance.
|
friend |
Referenced by _RootInstance().