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

Method getUID

src/bt_factory.cpp:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712uint16_t Tree::getUID()
713{
714 auto uid = ++uid_counter_;
715 return uid;
716}
717
718NodeStatus Tree::tickRoot(TickOption opt, std::chrono::milliseconds sleep_time)
719{

Callers 1

createNodeFromXMLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected