@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
13 lines (10 loc) • 443 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const PARAM_REQUEST_LIST_ID = 21;
declare const PARAM_REQUEST_LIST_CRC_EXTRA = 159;
declare const ParamRequestListDefinition: MessageDefinition;
interface MessageParamRequestList {
target_system: number;
target_component: number;
}
export { PARAM_REQUEST_LIST_CRC_EXTRA, PARAM_REQUEST_LIST_ID, ParamRequestListDefinition };
export type { MessageParamRequestList };