UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

14 lines (11 loc) 402 B
import { MessageDefinition } from '../../../core/types.js'; declare const GPS_RTCM_DATA_ID = 233; declare const GPS_RTCM_DATA_CRC_EXTRA = 35; declare const GpsRtcmDataDefinition: MessageDefinition; interface MessageGpsRtcmData { flags: number; len: number; data: number[]; } export { GPS_RTCM_DATA_CRC_EXTRA, GPS_RTCM_DATA_ID, GpsRtcmDataDefinition }; export type { MessageGpsRtcmData };