@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
17 lines (14 loc) • 514 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const AVAILABLE_MODES_ID = 435;
declare const AVAILABLE_MODES_CRC_EXTRA = 0;
declare const AvailableModesDefinition: MessageDefinition;
interface MessageAvailableModes {
custom_mode: number;
properties: number;
number_modes: number;
mode_index: number;
standard_mode: number;
mode_name: string;
}
export { AVAILABLE_MODES_CRC_EXTRA, AVAILABLE_MODES_ID, AvailableModesDefinition };
export type { MessageAvailableModes };