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

Method FastAction

tests/gtest_wakeup.cpp:11–13  ·  view source on GitHub ↗

Any TreeNode with ports must have a constructor with this signature

Source from the content-addressed store, hash-verified

9public:
10 // Any TreeNode with ports must have a constructor with this signature
11 FastAction(const std::string& name, const BT::NodeConfig& config)
12 : ThreadedAction(name, config)
13 {}
14
15 static BT::PortsList providedPorts()
16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected