@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
13 lines (10 loc) • 470 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const PARAM_EXT_REQUEST_LIST_ID = 321;
declare const PARAM_EXT_REQUEST_LIST_CRC_EXTRA = 0;
declare const ParamExtRequestListDefinition: MessageDefinition;
interface MessageParamExtRequestList {
target_system: number;
target_component: number;
}
export { PARAM_EXT_REQUEST_LIST_CRC_EXTRA, PARAM_EXT_REQUEST_LIST_ID, ParamExtRequestListDefinition };
export type { MessageParamExtRequestList };