#include <inverter_node.h>
Public Member Functions | |
InverterNode (const std::string &name) | |
virtual | ~InverterNode () override |
Private Member Functions | |
virtual BT::NodeStatus | tick () override |
Method to be implemented by the user. |
Definition at line 21 of file inverter_node.h.
BT::InverterNode::InverterNode | ( | const std::string & | name | ) |
Definition at line 18 of file inverter_node.cpp.
virtual BT::InverterNode::~InverterNode | ( | ) | [override, virtual] |
NodeStatus BT::InverterNode::tick | ( | ) | [override, private, virtual] |
Method to be implemented by the user.
Implements BT::TreeNode.
Definition at line 23 of file inverter_node.cpp.