MagCalReport constructor

MagCalReport({
  1. required float fitness,
  2. required float ofsX,
  3. required float ofsY,
  4. required float ofsZ,
  5. required float diagX,
  6. required float diagY,
  7. required float diagZ,
  8. required float offdiagX,
  9. required float offdiagY,
  10. required float offdiagZ,
  11. required uint8_t compassId,
  12. required uint8_t calMask,
  13. required MagCalStatus calStatus,
  14. required uint8_t autosaved,
  15. required float orientationConfidence,
  16. required MavSensorOrientation oldOrientation,
  17. required MavSensorOrientation newOrientation,
  18. required float scaleFactor,
})

Implementation

MagCalReport({
  required this.fitness,
  required this.ofsX,
  required this.ofsY,
  required this.ofsZ,
  required this.diagX,
  required this.diagY,
  required this.diagZ,
  required this.offdiagX,
  required this.offdiagY,
  required this.offdiagZ,
  required this.compassId,
  required this.calMask,
  required this.calStatus,
  required this.autosaved,
  required this.orientationConfidence,
  required this.oldOrientation,
  required this.newOrientation,
  required this.scaleFactor,
});