Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ setWakeUpInstance
Method
setWakeUpInstance
src/tree_node.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
void TreeNode::setWakeUpInstance(std::shared_ptr<WakeUpSignal> instance)
460
{
461
_p->wake_up = instance;
462
}
463
464
void TreeNode::modifyPortsRemapping(const PortsRemapping& new_remapping)
465
{
Callers
1
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected