@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
13 lines (10 loc) • 459 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const OSD_PARAM_CONFIG_REPLY_ID = 11034;
declare const OSD_PARAM_CONFIG_REPLY_CRC_EXTRA = 0;
declare const OsdParamConfigReplyDefinition: MessageDefinition;
interface MessageOsdParamConfigReply {
request_id: number;
result: number;
}
export { OSD_PARAM_CONFIG_REPLY_CRC_EXTRA, OSD_PARAM_CONFIG_REPLY_ID, OsdParamConfigReplyDefinition };
export type { MessageOsdParamConfigReply };