#include <sequence_node_with_memory.h>

Public Member Functions | |
| int | DrawType () |
| void | Halt () |
| SequenceNodeWithMemory (std::string name) | |
| SequenceNodeWithMemory (std::string name, int reset_policy) | |
| BT::ReturnStatus | Tick () |
| ~SequenceNodeWithMemory () | |
Private Attributes | |
| unsigned int | current_child_idx_ |
| unsigned int | reset_policy_ |
Definition at line 23 of file sequence_node_with_memory.h.
| BT::SequenceNodeWithMemory::SequenceNodeWithMemory | ( | std::string | name | ) | [explicit] |
Definition at line 19 of file sequence_node_with_memory.cpp.
| BT::SequenceNodeWithMemory::SequenceNodeWithMemory | ( | std::string | name, |
| int | reset_policy | ||
| ) |
Definition at line 26 of file sequence_node_with_memory.cpp.
Definition at line 33 of file sequence_node_with_memory.cpp.
| int BT::SequenceNodeWithMemory::DrawType | ( | ) | [virtual] |
Implements BT::TreeNode.
Definition at line 124 of file sequence_node_with_memory.cpp.
| void BT::SequenceNodeWithMemory::Halt | ( | ) | [virtual] |
Reimplemented from BT::ControlNode.
Definition at line 130 of file sequence_node_with_memory.cpp.
| BT::ReturnStatus BT::SequenceNodeWithMemory::Tick | ( | ) | [virtual] |
Implements BT::TreeNode.
Definition at line 36 of file sequence_node_with_memory.cpp.
unsigned int BT::SequenceNodeWithMemory::current_child_idx_ [private] |
Definition at line 35 of file sequence_node_with_memory.h.
unsigned int BT::SequenceNodeWithMemory::reset_policy_ [private] |
Definition at line 36 of file sequence_node_with_memory.h.