|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CSeqFsmClass Class Reference#include <interpret_fsm.h>
Inheritance diagram for NLAISCRIPT::CSeqFsmClass:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CSeqFsmClass::CSeqFsmClass |
( |
const CFsmClass & |
|
) |
|
|
NLAISCRIPT::CSeqFsmClass::CSeqFsmClass |
( |
|
) |
|
|
NLAISCRIPT::CSeqFsmClass::~CSeqFsmClass |
( |
|
) |
|
|
Member Function Documentation
void NLAISCRIPT::CSeqFsmClass::failure |
( |
|
) |
[virtual] |
|
void NLAISCRIPT::CSeqFsmClass::getDebugString |
( |
char * |
t |
) |
const |
|
void NLAISCRIPT::CSeqFsmClass::setComment |
( |
char * |
|
) |
|
|
|
Dependencies failure and success notification These functions are called by other operators or goals who failed or succeeded.
Reimplemented from NLAISCRIPT::CFsmClass.
Definition at line 212 of file interpret_fsm.cpp. |
void NLAISCRIPT::CSeqFsmClass::success |
( |
|
) |
[virtual] |
|
|
Own success and failure functions These function telle other operators and goals that might be waiting for the execution of this one.
Reimplemented from NLAISCRIPT::CFsmClass.
Definition at line 204 of file interpret_fsm.cpp. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|