UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

17 lines (14 loc) 557 B
import { MessageDefinition } from '../../../core/types.js'; declare const OPEN_DRONE_ID_BASIC_ID_ID = 12900; declare const OPEN_DRONE_ID_BASIC_ID_CRC_EXTRA = 0; declare const OpenDroneIdBasicIdDefinition: MessageDefinition; interface MessageOpenDroneIdBasicId { target_system: number; target_component: number; id_or_mac: number[]; id_type: number; ua_type: number; uas_id: number[]; } export { OPEN_DRONE_ID_BASIC_ID_CRC_EXTRA, OPEN_DRONE_ID_BASIC_ID_ID, OpenDroneIdBasicIdDefinition }; export type { MessageOpenDroneIdBasicId };