HilRcInputsRaw constructor
HilRcInputsRaw({
- required uint64_t timeUsec,
- required uint16_t chan1Raw,
- required uint16_t chan2Raw,
- required uint16_t chan3Raw,
- required uint16_t chan4Raw,
- required uint16_t chan5Raw,
- required uint16_t chan6Raw,
- required uint16_t chan7Raw,
- required uint16_t chan8Raw,
- required uint16_t chan9Raw,
- required uint16_t chan10Raw,
- required uint16_t chan11Raw,
- required uint16_t chan12Raw,
- required uint8_t rssi,
Implementation
HilRcInputsRaw({
required this.timeUsec,
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.chan9Raw,
required this.chan10Raw,
required this.chan11Raw,
required this.chan12Raw,
required this.rssi,
});