@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
8 lines (6 loc) • 302 B
TypeScript
type GOPRO_FIELD_OF_VIEW = 0 | 1 | 2;
declare const GOPRO_FIELD_OF_VIEW_WIDE: 0;
declare const GOPRO_FIELD_OF_VIEW_MEDIUM: 1;
declare const GOPRO_FIELD_OF_VIEW_NARROW: 2;
export { GOPRO_FIELD_OF_VIEW_MEDIUM, GOPRO_FIELD_OF_VIEW_NARROW, GOPRO_FIELD_OF_VIEW_WIDE };
export type { GOPRO_FIELD_OF_VIEW };