| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected