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

Method Start

library/src/system/timer_group.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62void TimerGroup::Start(const unsigned no)
63{
64 timers[no].Start();
65}
66
67
68void TimerGroup::End(const unsigned no)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected