UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

19 lines (16 loc) 677 B
import { MessageDefinition } from '../../../core/types.js'; declare const COMPONENT_INFORMATION_BASIC_ID = 396; declare const COMPONENT_INFORMATION_BASIC_CRC_EXTRA = 0; declare const ComponentInformationBasicDefinition: MessageDefinition; interface MessageComponentInformationBasic { capabilities: number; time_boot_ms: number; time_manufacture_s: number; vendor_name: string; model_name: string; software_version: string; hardware_version: string; serial_number: string; } export { COMPONENT_INFORMATION_BASIC_CRC_EXTRA, COMPONENT_INFORMATION_BASIC_ID, ComponentInformationBasicDefinition }; export type { MessageComponentInformationBasic };