MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / SensorThread

Method SensorThread

src/sensors/compass.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 //Q_OBJECT
370 public:
371 SensorThread(CompassPrivate* p)
372 : keep_running(true)
373 , p(p)
374 {
375 }
376
377 float fuseOrientationCoefficient(float gyro, float acc_mag)
378 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected