UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

15 lines (12 loc) 467 B
import { MessageDefinition } from '../../../core/types.js'; declare const MISSION_REQUEST_ID = 40; declare const MISSION_REQUEST_CRC_EXTRA = 230; declare const MissionRequestDefinition: MessageDefinition; interface MessageMissionRequest { seq: number; target_system: number; target_component: number; mission_type?: number; } export { MISSION_REQUEST_CRC_EXTRA, MISSION_REQUEST_ID, MissionRequestDefinition }; export type { MessageMissionRequest };