| 226 | *****************************************************************************/ |
| 227 | |
| 228 | void TimerService::clear() |
| 229 | { |
| 230 | size_t idx; |
| 231 | |
| 232 | for (idx = 0U; idx < MAX_TIMER_COUNT; ++idx) |
| 233 | { |
| 234 | m_settings[idx].clear(); |
| 235 | } |
| 236 | } |
| 237 | |
| 238 | bool TimerService::loadSettings() |
| 239 | { |
nothing calls this directly
no outgoing calls
no test coverage detected