#include <action_test_node.h>
Public Member Functions | |
ActionTestNode (std::string Name) | |
void | Halt () |
void | set_boolean_value (bool boolean_value) |
void | set_time (int time) |
void | WaitForTick () |
~ActionTestNode () | |
Private Attributes | |
bool | boolean_value_ |
int | time_ |
Definition at line 21 of file action_test_node.h.
BT::ActionTestNode::ActionTestNode | ( | std::string | Name | ) | [explicit] |
Definition at line 18 of file action_test_node.cpp.
Definition at line 26 of file action_test_node.cpp.
void BT::ActionTestNode::Halt | ( | ) | [virtual] |
Implements BT::ActionNode.
Definition at line 63 of file action_test_node.cpp.
void BT::ActionTestNode::set_boolean_value | ( | bool | boolean_value | ) |
Definition at line 77 of file action_test_node.cpp.
void BT::ActionTestNode::set_time | ( | int | time | ) |
Definition at line 70 of file action_test_node.cpp.
void BT::ActionTestNode::WaitForTick | ( | ) | [virtual] |
Implements BT::ActionNode.
Definition at line 28 of file action_test_node.cpp.
bool BT::ActionTestNode::boolean_value_ [private] |
Definition at line 35 of file action_test_node.h.
int BT::ActionTestNode::time_ [private] |
Definition at line 34 of file action_test_node.h.