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

Method ParallelAllNode

src/controls/parallel_all_node.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20
21ParallelAllNode::ParallelAllNode(const std::string& name, const NodeConfig& config)
22 : ControlNode::ControlNode(name, config), failure_threshold_(1)
23{}
24
25NodeStatus ParallelAllNode::tick()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected