MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SubTreeNode

Method SubTreeNode

src/decorators/subtree_node.cpp:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "behaviortree_cpp/decorators/subtree_node.h"
2
3BT::SubTreeNode::SubTreeNode(const std::string& name, const NodeConfig& config)
4 : DecoratorNode(name, config)
5{
6 setRegistrationID("SubTree");
7}
8
9BT::PortsList BT::SubTreeNode::providedPorts()
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected