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

Method emitWakeUpSignal

src/tree_node.cpp:441–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void TreeNode::emitWakeUpSignal()
442{
443 if(_p->wake_up)
444 {
445 _p->wake_up->emitSignal();
446 }
447}
448
449bool TreeNode::requiresWakeUp() const
450{

Callers 1

onStartMethod · 0.45

Calls 1

emitSignalMethod · 0.80

Tested by 1

onStartMethod · 0.36