#include <fallback_node_with_memory.h>

Public Member Functions | |
| int | DrawType () |
| FallbackNodeWithMemory (std::string name) | |
| FallbackNodeWithMemory (std::string name, int reset_policy) | |
| void | Halt () |
| BT::ReturnStatus | Tick () |
| ~FallbackNodeWithMemory () | |
Private Attributes | |
| unsigned int | current_child_idx_ |
| unsigned int | reset_policy_ |
Definition at line 21 of file fallback_node_with_memory.h.
| BT::FallbackNodeWithMemory::FallbackNodeWithMemory | ( | std::string | name | ) | [explicit] |
Definition at line 16 of file fallback_node_with_memory.cpp.
| BT::FallbackNodeWithMemory::FallbackNodeWithMemory | ( | std::string | name, |
| int | reset_policy | ||
| ) |
Definition at line 23 of file fallback_node_with_memory.cpp.
Definition at line 30 of file fallback_node_with_memory.cpp.
| int BT::FallbackNodeWithMemory::DrawType | ( | ) | [virtual] |
Implements BT::TreeNode.
Definition at line 122 of file fallback_node_with_memory.cpp.
| void BT::FallbackNodeWithMemory::Halt | ( | ) | [virtual] |
Reimplemented from BT::ControlNode.
Definition at line 127 of file fallback_node_with_memory.cpp.
| BT::ReturnStatus BT::FallbackNodeWithMemory::Tick | ( | ) | [virtual] |
Implements BT::TreeNode.
Definition at line 33 of file fallback_node_with_memory.cpp.
unsigned int BT::FallbackNodeWithMemory::current_child_idx_ [private] |
Definition at line 32 of file fallback_node_with_memory.h.
unsigned int BT::FallbackNodeWithMemory::reset_policy_ [private] |
Definition at line 33 of file fallback_node_with_memory.h.