UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

12 lines (9 loc) 405 B
import { MessageDefinition } from '../../../core/types.js'; declare const UAVIONIX_ADSB_GET_ID = 10006; declare const UAVIONIX_ADSB_GET_CRC_EXTRA = 0; declare const UavionixAdsbGetDefinition: MessageDefinition; interface MessageUavionixAdsbGet { reqmessageid: number; } export { UAVIONIX_ADSB_GET_CRC_EXTRA, UAVIONIX_ADSB_GET_ID, UavionixAdsbGetDefinition }; export type { MessageUavionixAdsbGet };