Public Member Functions | |
InitTestNode (bool try_to_access_bb, const std::string &name) | |
void | onInit () |
NodeStatus | tick () |
Method to be implemented by the user. | |
Static Public Member Functions | |
static const char * | KEY () |
Private Attributes | |
int | _value |
Definition at line 21 of file gtest_blackboard.cpp.
InitTestNode::InitTestNode | ( | bool | try_to_access_bb, |
const std::string & | name | ||
) | [inline] |
Definition at line 24 of file gtest_blackboard.cpp.
static const char* InitTestNode::KEY | ( | ) | [inline, static] |
Definition at line 46 of file gtest_blackboard.cpp.
void InitTestNode::onInit | ( | ) | [inline, virtual] |
This calback will be executed only ONCE after the constructor of the node, before the very first tick. Override if necessary.
Reimplemented from BT::TreeNode.
Definition at line 35 of file gtest_blackboard.cpp.
NodeStatus InitTestNode::tick | ( | ) | [inline, virtual] |
Method to be implemented by the user.
Implements BT::TreeNode.
Definition at line 39 of file gtest_blackboard.cpp.
int InitTestNode::_value [private] |
Definition at line 49 of file gtest_blackboard.cpp.