UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

26 lines (24 loc) 1.61 kB
type MAV_AUTOPILOT = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20; declare const MAV_AUTOPILOT_GENERIC: 0; declare const MAV_AUTOPILOT_RESERVED: 1; declare const MAV_AUTOPILOT_SLUGS: 2; declare const MAV_AUTOPILOT_ARDUPILOTMEGA: 3; declare const MAV_AUTOPILOT_OPENPILOT: 4; declare const MAV_AUTOPILOT_GENERIC_WAYPOINTS_ONLY: 5; declare const MAV_AUTOPILOT_GENERIC_WAYPOINTS_AND_SIMPLE_NAVIGATION_ONLY: 6; declare const MAV_AUTOPILOT_GENERIC_MISSION_FULL: 7; declare const MAV_AUTOPILOT_INVALID: 8; declare const MAV_AUTOPILOT_PPZ: 9; declare const MAV_AUTOPILOT_UDB: 10; declare const MAV_AUTOPILOT_FP: 11; declare const MAV_AUTOPILOT_PX4: 12; declare const MAV_AUTOPILOT_SMACCMPILOT: 13; declare const MAV_AUTOPILOT_AUTOQUAD: 14; declare const MAV_AUTOPILOT_ARMAZILA: 15; declare const MAV_AUTOPILOT_AEROB: 16; declare const MAV_AUTOPILOT_ASLUAV: 17; declare const MAV_AUTOPILOT_SMARTAP: 18; declare const MAV_AUTOPILOT_AIRRAILS: 19; declare const MAV_AUTOPILOT_REFLEX: 20; export { MAV_AUTOPILOT_AEROB, MAV_AUTOPILOT_AIRRAILS, MAV_AUTOPILOT_ARDUPILOTMEGA, MAV_AUTOPILOT_ARMAZILA, MAV_AUTOPILOT_ASLUAV, MAV_AUTOPILOT_AUTOQUAD, MAV_AUTOPILOT_FP, MAV_AUTOPILOT_GENERIC, MAV_AUTOPILOT_GENERIC_MISSION_FULL, MAV_AUTOPILOT_GENERIC_WAYPOINTS_AND_SIMPLE_NAVIGATION_ONLY, MAV_AUTOPILOT_GENERIC_WAYPOINTS_ONLY, MAV_AUTOPILOT_INVALID, MAV_AUTOPILOT_OPENPILOT, MAV_AUTOPILOT_PPZ, MAV_AUTOPILOT_PX4, MAV_AUTOPILOT_REFLEX, MAV_AUTOPILOT_RESERVED, MAV_AUTOPILOT_SLUGS, MAV_AUTOPILOT_SMACCMPILOT, MAV_AUTOPILOT_SMARTAP, MAV_AUTOPILOT_UDB }; export type { MAV_AUTOPILOT };