@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
13 lines (10 loc) • 498 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const AUTOPILOT_VERSION_REQUEST_ID = 183;
declare const AUTOPILOT_VERSION_REQUEST_CRC_EXTRA = 0;
declare const AutopilotVersionRequestDefinition: MessageDefinition;
interface MessageAutopilotVersionRequest {
target_system: number;
target_component: number;
}
export { AUTOPILOT_VERSION_REQUEST_CRC_EXTRA, AUTOPILOT_VERSION_REQUEST_ID, AutopilotVersionRequestDefinition };
export type { MessageAutopilotVersionRequest };