@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
8 lines (6 loc) • 388 B
TypeScript
type VIDEO_STREAM_STATUS_FLAGS = 1 | 2 | 4;
declare const VIDEO_STREAM_STATUS_FLAGS_RUNNING: 1;
declare const VIDEO_STREAM_STATUS_FLAGS_THERMAL: 2;
declare const VIDEO_STREAM_STATUS_FLAGS_THERMAL_RANGE_ENABLED: 4;
export { VIDEO_STREAM_STATUS_FLAGS_RUNNING, VIDEO_STREAM_STATUS_FLAGS_THERMAL, VIDEO_STREAM_STATUS_FLAGS_THERMAL_RANGE_ENABLED };
export type { VIDEO_STREAM_STATUS_FLAGS };