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

Method status

src/tree_node.cpp:300–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300NodeStatus TreeNode::status() const
301{
302 const std::lock_guard<std::mutex> lock(_p->state_mutex);
303 return _p->status;
304}
305
306NodeStatus TreeNode::waitValidStatus()
307{

Callers 15

resetChildrenMethod · 0.80
haltChildMethod · 0.80
resetChildMethod · 0.80
executeTickMethod · 0.80
tickMethod · 0.80
tickMethod · 0.80
tickMethod · 0.80
tickMethod · 0.80
tickMethod · 0.80
tickMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 8

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64