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

Method TimerSetting

lib/TimerService/src/TimerSetting.h:76–85  ·  view source on GitHub ↗

* Constructs a timer setting. */

Source from the content-addressed store, hash-verified

74 * Constructs a timer setting.
75 */
76 TimerSetting() :
77 m_isEnabled(false),
78 m_hour(0U),
79 m_minute(0U),
80 m_daysOfWeek(0U),
81 m_displayState(DISPLAY_STATE_NONE),
82 m_brightness(-1),
83 m_isSignalling(false)
84 {
85 }
86
87 /**
88 * Destroys a timer setting.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected