Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
void TreeNode::emitWakeUpSignal()
442
{
443
if(_p->wake_up)
444
{
445
_p->wake_up->emitSignal();
446
}
447
}
448
449
bool TreeNode::requiresWakeUp() const
450
{
Callers
1
onStart
Method · 0.45
Calls
1
emitSignal
Method · 0.80
Tested by
1
onStart
Method · 0.36