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

Method Start

library/src/system/timer_list.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46void TimerList::Start(
47 const ABTimerType groupno,
48 const unsigned timerno)
49{
50 if (groupno >= TIMER_NO_SIZE)
51 return;
52 timerGroups[groupno].Start(timerno);
53}
54
55
56void TimerList::End(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected