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

Method NodeWithPorts

tests/gtest_ports.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12public:
13 NodeWithPorts(const std::string& name, const NodeConfig& config)
14 : SyncActionNode(name, config)
15 {
16 std::cout << "ctor" << std::endl;
17 }
18
19 NodeStatus tick() override
20 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected