@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
14 lines (11 loc) • 486 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const MISSION_REQUEST_LIST_ID = 43;
declare const MISSION_REQUEST_LIST_CRC_EXTRA = 132;
declare const MissionRequestListDefinition: MessageDefinition;
interface MessageMissionRequestList {
target_system: number;
target_component: number;
mission_type?: number;
}
export { MISSION_REQUEST_LIST_CRC_EXTRA, MISSION_REQUEST_LIST_ID, MissionRequestListDefinition };
export type { MessageMissionRequestList };