@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
14 lines (11 loc) • 451 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const RALLY_FETCH_POINT_ID = 176;
declare const RALLY_FETCH_POINT_CRC_EXTRA = 0;
declare const RallyFetchPointDefinition: MessageDefinition;
interface MessageRallyFetchPoint {
target_system: number;
target_component: number;
idx: number;
}
export { RALLY_FETCH_POINT_CRC_EXTRA, RALLY_FETCH_POINT_ID, RallyFetchPointDefinition };
export type { MessageRallyFetchPoint };