AslctrlData constructor

AslctrlData({
  1. required uint64_t timestamp,
  2. required float h,
  3. required float href,
  4. required float hrefT,
  5. required float pitchangle,
  6. required float pitchangleref,
  7. required float q,
  8. required float qref,
  9. required float uelev,
  10. required float uthrot,
  11. required float uthrot2,
  12. required float nz,
  13. required float airspeedref,
  14. required float yawangle,
  15. required float yawangleref,
  16. required float rollangle,
  17. required float rollangleref,
  18. required float p,
  19. required float pref,
  20. required float r,
  21. required float rref,
  22. required float uail,
  23. required float urud,
  24. required uint8_t aslctrlMode,
  25. required uint8_t spoilersengaged,
})

Implementation

AslctrlData({
  required this.timestamp,
  required this.h,
  required this.href,
  required this.hrefT,
  required this.pitchangle,
  required this.pitchangleref,
  required this.q,
  required this.qref,
  required this.uelev,
  required this.uthrot,
  required this.uthrot2,
  required this.nz,
  required this.airspeedref,
  required this.yawangle,
  required this.yawangleref,
  required this.rollangle,
  required this.rollangleref,
  required this.p,
  required this.pref,
  required this.r,
  required this.rref,
  required this.uail,
  required this.urud,
  required this.aslctrlMode,
  required this.spoilersengaged,
});