@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
8 lines (6 loc) • 336 B
TypeScript
type ICAROUS_TRACK_BAND_TYPES = 0 | 1 | 2;
declare const ICAROUS_TRACK_BAND_TYPE_NONE: 0;
declare const ICAROUS_TRACK_BAND_TYPE_NEAR: 1;
declare const ICAROUS_TRACK_BAND_TYPE_RECOVERY: 2;
export { ICAROUS_TRACK_BAND_TYPE_NEAR, ICAROUS_TRACK_BAND_TYPE_NONE, ICAROUS_TRACK_BAND_TYPE_RECOVERY };
export type { ICAROUS_TRACK_BAND_TYPES };