MCPcopy Create free account
hub / github.com/dds-bridge/dds / Reset

Method Reset

library/src/system/timer_group.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30void TimerGroup::Reset()
31{
32 timers.resize(TIMER_DEPTH);
33 for (unsigned i = 0; i < timers.size(); i++)
34 timers[i].Reset();
35}
36
37
38void TimerGroup::SetNames(const string& baseName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected