@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
16 lines (13 loc) • 482 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const PARAM_EXT_VALUE_ID = 322;
declare const PARAM_EXT_VALUE_CRC_EXTRA = 0;
declare const ParamExtValueDefinition: MessageDefinition;
interface MessageParamExtValue {
param_count: number;
param_index: number;
param_id: string;
param_value: string;
param_type: number;
}
export { PARAM_EXT_VALUE_CRC_EXTRA, PARAM_EXT_VALUE_ID, ParamExtValueDefinition };
export type { MessageParamExtValue };