#include <condition_node.h>
Public Member Functions | |
ConditionNode (const std::string &name, const NodeParameters ¶meters=NodeParameters()) | |
virtual void | halt () override |
The method used to interrupt the execution of a RUNNING node. | |
virtual NodeType | type () const override final |
virtual | ~ConditionNode () override |
Definition at line 21 of file condition_node.h.
BT::ConditionNode::ConditionNode | ( | const std::string & | name, |
const NodeParameters & | parameters = NodeParameters() |
||
) |
Definition at line 18 of file condition_node.cpp.
virtual BT::ConditionNode::~ConditionNode | ( | ) | [override, virtual] |
void BT::ConditionNode::halt | ( | ) | [override, virtual] |
The method used to interrupt the execution of a RUNNING node.
Implements BT::TreeNode.
Reimplemented in BT::SimpleConditionNode.
Definition at line 23 of file condition_node.cpp.
virtual NodeType BT::ConditionNode::type | ( | ) | const [inline, override, virtual] |
Implements BT::TreeNode.
Definition at line 31 of file condition_node.h.