#include <negation_node.h>
Public Member Functions | |
BT::ReturnStatus | convert (BT::ReturnStatus input) |
NegationNode (std::string name) | |
BT::ReturnStatus | Tick () |
~NegationNode () |
Definition at line 21 of file negation_node.h.
BT::NegationNode::NegationNode | ( | std::string | name | ) | [explicit] |
Definition at line 16 of file negation_node.cpp.
Definition at line 18 of file negation_node.cpp.
Definition at line 68 of file negation_node.cpp.
BT::ReturnStatus BT::NegationNode::Tick | ( | ) | [virtual] |
Reimplemented from BT::DecoratorNode.
Definition at line 20 of file negation_node.cpp.