* Constructs a timer setting. */
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected