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

Method setRequiredTime

tests/gtest_coroutines.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void setRequiredTime(Millisecond ms)
49 {
50 timeout_ = ms;
51 }
52
53protected:
54 virtual BT::NodeStatus tick() override

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected