@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
16 lines (13 loc) • 593 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const COMPONENT_INFORMATION_ID = 395;
declare const COMPONENT_INFORMATION_CRC_EXTRA = 0;
declare const ComponentInformationDefinition: MessageDefinition;
interface MessageComponentInformation {
time_boot_ms: number;
general_metadata_file_crc: number;
peripherals_metadata_file_crc: number;
general_metadata_uri: string;
peripherals_metadata_uri: string;
}
export { COMPONENT_INFORMATION_CRC_EXTRA, COMPONENT_INFORMATION_ID, ComponentInformationDefinition };
export type { MessageComponentInformation };