@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
27 lines (25 loc) • 1.6 kB
TypeScript
type MAV_FRAME = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21;
declare const MAV_FRAME_GLOBAL: 0;
declare const MAV_FRAME_LOCAL_NED: 1;
declare const MAV_FRAME_MISSION: 2;
declare const MAV_FRAME_GLOBAL_RELATIVE_ALT: 3;
declare const MAV_FRAME_LOCAL_ENU: 4;
declare const MAV_FRAME_GLOBAL_INT: 5;
declare const MAV_FRAME_GLOBAL_RELATIVE_ALT_INT: 6;
declare const MAV_FRAME_LOCAL_OFFSET_NED: 7;
declare const MAV_FRAME_BODY_NED: 8;
declare const MAV_FRAME_BODY_OFFSET_NED: 9;
declare const MAV_FRAME_GLOBAL_TERRAIN_ALT: 10;
declare const MAV_FRAME_GLOBAL_TERRAIN_ALT_INT: 11;
declare const MAV_FRAME_BODY_FRD: 12;
declare const MAV_FRAME_RESERVED_13: 13;
declare const MAV_FRAME_RESERVED_14: 14;
declare const MAV_FRAME_RESERVED_15: 15;
declare const MAV_FRAME_RESERVED_16: 16;
declare const MAV_FRAME_RESERVED_17: 17;
declare const MAV_FRAME_RESERVED_18: 18;
declare const MAV_FRAME_RESERVED_19: 19;
declare const MAV_FRAME_LOCAL_FRD: 20;
declare const MAV_FRAME_LOCAL_FLU: 21;
export { MAV_FRAME_BODY_FRD, MAV_FRAME_BODY_NED, MAV_FRAME_BODY_OFFSET_NED, MAV_FRAME_GLOBAL, MAV_FRAME_GLOBAL_INT, MAV_FRAME_GLOBAL_RELATIVE_ALT, MAV_FRAME_GLOBAL_RELATIVE_ALT_INT, MAV_FRAME_GLOBAL_TERRAIN_ALT, MAV_FRAME_GLOBAL_TERRAIN_ALT_INT, MAV_FRAME_LOCAL_ENU, MAV_FRAME_LOCAL_FLU, MAV_FRAME_LOCAL_FRD, MAV_FRAME_LOCAL_NED, MAV_FRAME_LOCAL_OFFSET_NED, MAV_FRAME_MISSION, MAV_FRAME_RESERVED_13, MAV_FRAME_RESERVED_14, MAV_FRAME_RESERVED_15, MAV_FRAME_RESERVED_16, MAV_FRAME_RESERVED_17, MAV_FRAME_RESERVED_18, MAV_FRAME_RESERVED_19 };
export type { MAV_FRAME };