@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
9 lines (7 loc) • 299 B
TypeScript
type FENCE_TYPE = 1 | 2 | 4 | 8;
declare const FENCE_TYPE_ALT_MAX: 1;
declare const FENCE_TYPE_CIRCLE: 2;
declare const FENCE_TYPE_POLYGON: 4;
declare const FENCE_TYPE_ALT_MIN: 8;
export { FENCE_TYPE_ALT_MAX, FENCE_TYPE_ALT_MIN, FENCE_TYPE_CIRCLE, FENCE_TYPE_POLYGON };
export type { FENCE_TYPE };