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

Method PrintTarget

examples/t03_generic_ports.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60{
61public:
62 PrintTarget(const std::string& name, const NodeConfig& config)
63 : SyncActionNode(name, config)
64 {}
65
66 NodeStatus tick() override
67 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected