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

Method SimpleOutput

tests/gtest_preconditions.cpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384{
385public:
386 SimpleOutput(const std::string& name, const BT::NodeConfig& config)
387 : BT::SyncActionNode(name, config)
388 {}
389
390 static BT::PortsList providedPorts()
391 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected