@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
9 lines (7 loc) • 307 B
TypeScript
type CAMERA_SOURCE = 0 | 1 | 2 | 3;
declare const CAMERA_SOURCE_DEFAULT: 0;
declare const CAMERA_SOURCE_RGB: 1;
declare const CAMERA_SOURCE_IR: 2;
declare const CAMERA_SOURCE_NDVI: 3;
export { CAMERA_SOURCE_DEFAULT, CAMERA_SOURCE_IR, CAMERA_SOURCE_NDVI, CAMERA_SOURCE_RGB };
export type { CAMERA_SOURCE };