#include <set_blackboard_node.h>

Public Member Functions | |
| SetBlackboard (const std::string &name, const NodeParameters ¶ms) | |
Static Public Member Functions | |
| static const NodeParameters & | requiredNodeParameters () |
Private Member Functions | |
| virtual BT::NodeStatus | tick () override |
| Method to be implemented by the user. | |
Definition at line 20 of file set_blackboard_node.h.
| BT::SetBlackboard::SetBlackboard | ( | const std::string & | name, |
| const NodeParameters & | params | ||
| ) | [inline] |
Definition at line 23 of file set_blackboard_node.h.
| static const NodeParameters& BT::SetBlackboard::requiredNodeParameters | ( | ) | [inline, static] |
Definition at line 28 of file set_blackboard_node.h.
| virtual BT::NodeStatus BT::SetBlackboard::tick | ( | ) | [inline, override, private, virtual] |
Method to be implemented by the user.
Implements BT::TreeNode.
Definition at line 35 of file set_blackboard_node.h.