* Constructs the driver for the system. */
| 136 | * Constructs the driver for the system. |
| 137 | */ |
| 138 | SensorSystem() : |
| 139 | m_uptimeChannel() |
| 140 | { |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Destroys the driver for the system. |
nothing calls this directly
no outgoing calls
no test coverage detected