FwSoaringData constructor
FwSoaringData({
- required uint64_t timestamp,
- required uint64_t timestampmodechanged,
- required float xw,
- required float xr,
- required float xlat,
- required float xlon,
- required float varw,
- required float varr,
- required float varlat,
- required float varlon,
- required float loiterradius,
- required float loiterdirection,
- required float disttosoarpoint,
- required float vsinkexp,
- required float z1Localupdraftspeed,
- required float z2Deltaroll,
- required float z1Exp,
- required float z2Exp,
- required float thermalgsnorth,
- required float thermalgseast,
- required float tseDot,
- required float debugvar1,
- required float debugvar2,
- required uint8_t controlmode,
- required uint8_t valid,
Implementation
FwSoaringData({
required this.timestamp,
required this.timestampmodechanged,
required this.xw,
required this.xr,
required this.xlat,
required this.xlon,
required this.varw,
required this.varr,
required this.varlat,
required this.varlon,
required this.loiterradius,
required this.loiterdirection,
required this.disttosoarpoint,
required this.vsinkexp,
required this.z1Localupdraftspeed,
required this.z2Deltaroll,
required this.z1Exp,
required this.z2Exp,
required this.thermalgsnorth,
required this.thermalgseast,
required this.tseDot,
required this.debugvar1,
required this.debugvar2,
required this.controlmode,
required this.valid,
});