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

Method resetTickCount

tests/navigation_test.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 return _expected_result ? NodeStatus::SUCCESS : NodeStatus::FAILURE;
63 }
64 void resetTickCount()
65 {
66 _tick_count = 0;
67 }
68 int tickCount() const
69 {
70 return _tick_count;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected