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

Method End

library/src/system/timer_list.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56void TimerList::End(
57 const ABTimerType groupno,
58 const unsigned timerno)
59{
60 if (groupno >= TIMER_NO_SIZE)
61 return;
62 timerGroups[groupno].End(timerno);
63}
64
65
66bool TimerList::Used() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected