@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
14 lines (11 loc) • 442 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const SUPPORTED_TUNES_ID = 401;
declare const SUPPORTED_TUNES_CRC_EXTRA = 0;
declare const SupportedTunesDefinition: MessageDefinition;
interface MessageSupportedTunes {
format: number;
target_system: number;
target_component: number;
}
export { SUPPORTED_TUNES_CRC_EXTRA, SUPPORTED_TUNES_ID, SupportedTunesDefinition };
export type { MessageSupportedTunes };