Public Member Functions | Static Public Member Functions | Private Attributes
InitTestNode Class Reference
Inheritance diagram for InitTestNode:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Definition at line 21 of file gtest_blackboard.cpp.


Constructor & Destructor Documentation

InitTestNode::InitTestNode ( bool  try_to_access_bb,
const std::string &  name 
) [inline]

Definition at line 24 of file gtest_blackboard.cpp.


Member Function Documentation

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.


Member Data Documentation

int InitTestNode::_value [private]

Definition at line 49 of file gtest_blackboard.cpp.


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


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Feb 2 2019 03:50:10