UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

16 lines (13 loc) 477 B
import { MessageDefinition } from '../../../core/types.js'; declare const MISSION_COUNT_ID = 44; declare const MISSION_COUNT_CRC_EXTRA = 221; declare const MissionCountDefinition: MessageDefinition; interface MessageMissionCount { count: number; target_system: number; target_component: number; mission_type?: number; opaque_id?: number; } export { MISSION_COUNT_CRC_EXTRA, MISSION_COUNT_ID, MissionCountDefinition }; export type { MessageMissionCount };