@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
9 lines (7 loc) • 383 B
TypeScript
type OSD_PARAM_CONFIG_ERROR = 0 | 1 | 2 | 3;
declare const OSD_PARAM_SUCCESS: 0;
declare const OSD_PARAM_INVALID_SCREEN: 1;
declare const OSD_PARAM_INVALID_PARAMETER_INDEX: 2;
declare const OSD_PARAM_INVALID_PARAMETER: 3;
export { OSD_PARAM_INVALID_PARAMETER, OSD_PARAM_INVALID_PARAMETER_INDEX, OSD_PARAM_INVALID_SCREEN, OSD_PARAM_SUCCESS };
export type { OSD_PARAM_CONFIG_ERROR };