@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
14 lines (12 loc) • 712 B
TypeScript
type OSD_PARAM_CONFIG_TYPE = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
declare const OSD_PARAM_NONE: 0;
declare const OSD_PARAM_SERIAL_PROTOCOL: 1;
declare const OSD_PARAM_SERVO_FUNCTION: 2;
declare const OSD_PARAM_AUX_FUNCTION: 3;
declare const OSD_PARAM_FLIGHT_MODE: 4;
declare const OSD_PARAM_FAILSAFE_ACTION: 5;
declare const OSD_PARAM_FAILSAFE_ACTION_1: 6;
declare const OSD_PARAM_FAILSAFE_ACTION_2: 7;
declare const OSD_PARAM_NUM_TYPES: 8;
export { OSD_PARAM_AUX_FUNCTION, OSD_PARAM_FAILSAFE_ACTION, OSD_PARAM_FAILSAFE_ACTION_1, OSD_PARAM_FAILSAFE_ACTION_2, OSD_PARAM_FLIGHT_MODE, OSD_PARAM_NONE, OSD_PARAM_NUM_TYPES, OSD_PARAM_SERIAL_PROTOCOL, OSD_PARAM_SERVO_FUNCTION };
export type { OSD_PARAM_CONFIG_TYPE };