RcChannelsOverride constructor

RcChannelsOverride({
  1. required uint16_t chan1Raw,
  2. required uint16_t chan2Raw,
  3. required uint16_t chan3Raw,
  4. required uint16_t chan4Raw,
  5. required uint16_t chan5Raw,
  6. required uint16_t chan6Raw,
  7. required uint16_t chan7Raw,
  8. required uint16_t chan8Raw,
  9. required uint8_t targetSystem,
  10. required uint8_t targetComponent,
  11. required uint16_t chan9Raw,
  12. required uint16_t chan10Raw,
  13. required uint16_t chan11Raw,
  14. required uint16_t chan12Raw,
  15. required uint16_t chan13Raw,
  16. required uint16_t chan14Raw,
  17. required uint16_t chan15Raw,
  18. required uint16_t chan16Raw,
  19. required uint16_t chan17Raw,
  20. required uint16_t chan18Raw,
})

Implementation

RcChannelsOverride({
  required this.chan1Raw,
  required this.chan2Raw,
  required this.chan3Raw,
  required this.chan4Raw,
  required this.chan5Raw,
  required this.chan6Raw,
  required this.chan7Raw,
  required this.chan8Raw,
  required this.targetSystem,
  required this.targetComponent,
  required this.chan9Raw,
  required this.chan10Raw,
  required this.chan11Raw,
  required this.chan12Raw,
  required this.chan13Raw,
  required this.chan14Raw,
  required this.chan15Raw,
  required this.chan16Raw,
  required this.chan17Raw,
  required this.chan18Raw,
});