@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
15 lines (12 loc) • 442 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const PARAM_EXT_ACK_ID = 324;
declare const PARAM_EXT_ACK_CRC_EXTRA = 0;
declare const ParamExtAckDefinition: MessageDefinition;
interface MessageParamExtAck {
param_id: string;
param_value: string;
param_type: number;
param_result: number;
}
export { PARAM_EXT_ACK_CRC_EXTRA, PARAM_EXT_ACK_ID, ParamExtAckDefinition };
export type { MessageParamExtAck };