@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
16 lines (13 loc) • 473 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const PARAM_EXT_SET_ID = 323;
declare const PARAM_EXT_SET_CRC_EXTRA = 0;
declare const ParamExtSetDefinition: MessageDefinition;
interface MessageParamExtSet {
target_system: number;
target_component: number;
param_id: string;
param_value: string;
param_type: number;
}
export { PARAM_EXT_SET_CRC_EXTRA, PARAM_EXT_SET_ID, ParamExtSetDefinition };
export type { MessageParamExtSet };