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

Method SensorDataProvider

src/Hal/SensorDataProvider.cpp:381–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 *****************************************************************************/
380
381SensorDataProvider::SensorDataProvider() :
382 m_impl(Sensors::getSensorDataProviderImpl()),
383 m_deviceId(),
384 m_timer(),
385 m_isInitialized(false)
386{
387}
388
389void SensorDataProvider::logSensorAvailability()
390{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected