UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

16 lines (13 loc) 540 B
import { MessageDefinition } from '../../../core/types.js'; declare const OPEN_DRONE_ID_SELF_ID_ID = 12903; declare const OPEN_DRONE_ID_SELF_ID_CRC_EXTRA = 0; declare const OpenDroneIdSelfIdDefinition: MessageDefinition; interface MessageOpenDroneIdSelfId { target_system: number; target_component: number; id_or_mac: number[]; description_type: number; description: string; } export { OPEN_DRONE_ID_SELF_ID_CRC_EXTRA, OPEN_DRONE_ID_SELF_ID_ID, OpenDroneIdSelfIdDefinition }; export type { MessageOpenDroneIdSelfId };