@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
11 lines (9 loc) • 571 B
TypeScript
type MAVLINK_DATA_STREAM_TYPE = 0 | 1 | 2 | 3 | 4 | 5;
declare const MAVLINK_DATA_STREAM_IMG_JPEG: 0;
declare const MAVLINK_DATA_STREAM_IMG_BMP: 1;
declare const MAVLINK_DATA_STREAM_IMG_RAW8U: 2;
declare const MAVLINK_DATA_STREAM_IMG_RAW32U: 3;
declare const MAVLINK_DATA_STREAM_IMG_PGM: 4;
declare const MAVLINK_DATA_STREAM_IMG_PNG: 5;
export { MAVLINK_DATA_STREAM_IMG_BMP, MAVLINK_DATA_STREAM_IMG_JPEG, MAVLINK_DATA_STREAM_IMG_PGM, MAVLINK_DATA_STREAM_IMG_PNG, MAVLINK_DATA_STREAM_IMG_RAW32U, MAVLINK_DATA_STREAM_IMG_RAW8U };
export type { MAVLINK_DATA_STREAM_TYPE };