@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 FENCE_FETCH_POINT_ID = 161;
declare const FENCE_FETCH_POINT_CRC_EXTRA = 0;
declare const FenceFetchPointDefinition: MessageDefinition;
interface MessageFenceFetchPoint {
target_system: number;
target_component: number;
idx: number;
}
export { FENCE_FETCH_POINT_CRC_EXTRA, FENCE_FETCH_POINT_ID, FenceFetchPointDefinition };
export type { MessageFenceFetchPoint };