UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

21 lines (18 loc) 541 B
import { MessageDefinition } from '../../../core/types.js'; declare const RALLY_POINT_ID = 175; declare const RALLY_POINT_CRC_EXTRA = 0; declare const RallyPointDefinition: MessageDefinition; interface MessageRallyPoint { lat: number; lng: number; alt: number; break_alt: number; land_dir: number; target_system: number; target_component: number; idx: number; count: number; flags: number; } export { RALLY_POINT_CRC_EXTRA, RALLY_POINT_ID, RallyPointDefinition }; export type { MessageRallyPoint };