MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / TimerService

Method TimerService

lib/TimerService/src/TimerService.h:120–129  ·  view source on GitHub ↗

* Constructs the timer service instance. */

Source from the content-addressed store, hash-verified

118 * Constructs the timer service instance.
119 */
120 TimerService() :
121 IService(),
122 m_deviceId(),
123 m_settings(),
124 m_hasSettingsChanged(true),
125 m_mutex(),
126 m_processTimer(),
127 m_isRunning(false)
128 {
129 }
130
131 /**
132 * Destroys the timer service instance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected