@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
20 lines (18 loc) • 1.17 kB
TypeScript
type SERIAL_CONTROL_DEV = 0 | 1 | 2 | 3 | 10 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109;
declare const SERIAL_CONTROL_DEV_TELEM1: 0;
declare const SERIAL_CONTROL_DEV_TELEM2: 1;
declare const SERIAL_CONTROL_DEV_GPS1: 2;
declare const SERIAL_CONTROL_DEV_GPS2: 3;
declare const SERIAL_CONTROL_DEV_SHELL: 10;
declare const SERIAL_CONTROL_SERIAL0: 100;
declare const SERIAL_CONTROL_SERIAL1: 101;
declare const SERIAL_CONTROL_SERIAL2: 102;
declare const SERIAL_CONTROL_SERIAL3: 103;
declare const SERIAL_CONTROL_SERIAL4: 104;
declare const SERIAL_CONTROL_SERIAL5: 105;
declare const SERIAL_CONTROL_SERIAL6: 106;
declare const SERIAL_CONTROL_SERIAL7: 107;
declare const SERIAL_CONTROL_SERIAL8: 108;
declare const SERIAL_CONTROL_SERIAL9: 109;
export { SERIAL_CONTROL_DEV_GPS1, SERIAL_CONTROL_DEV_GPS2, SERIAL_CONTROL_DEV_SHELL, SERIAL_CONTROL_DEV_TELEM1, SERIAL_CONTROL_DEV_TELEM2, SERIAL_CONTROL_SERIAL0, SERIAL_CONTROL_SERIAL1, SERIAL_CONTROL_SERIAL2, SERIAL_CONTROL_SERIAL3, SERIAL_CONTROL_SERIAL4, SERIAL_CONTROL_SERIAL5, SERIAL_CONTROL_SERIAL6, SERIAL_CONTROL_SERIAL7, SERIAL_CONTROL_SERIAL8, SERIAL_CONTROL_SERIAL9 };
export type { SERIAL_CONTROL_DEV };