UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

8 lines (6 loc) 346 B
type NAV_VTOL_LAND_OPTIONS = 0 | 1 | 2; declare const NAV_VTOL_LAND_OPTIONS_DEFAULT: 0; declare const NAV_VTOL_LAND_OPTIONS_FW_DESCENT: 1; declare const NAV_VTOL_LAND_OPTIONS_HOVER_DESCENT: 2; export { NAV_VTOL_LAND_OPTIONS_DEFAULT, NAV_VTOL_LAND_OPTIONS_FW_DESCENT, NAV_VTOL_LAND_OPTIONS_HOVER_DESCENT }; export type { NAV_VTOL_LAND_OPTIONS };