UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

14 lines (11 loc) 454 B
import { MessageDefinition } from '../../../core/types.js'; declare const COMPONENT_METADATA_ID = 397; declare const COMPONENT_METADATA_CRC_EXTRA = 0; declare const ComponentMetadataDefinition: MessageDefinition; interface MessageComponentMetadata { time_boot_ms: number; file_crc: number; uri: string; } export { COMPONENT_METADATA_CRC_EXTRA, COMPONENT_METADATA_ID, ComponentMetadataDefinition }; export type { MessageComponentMetadata };