@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
16 lines (13 loc) • 550 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const TIME_ESTIMATE_TO_TARGET_ID = 380;
declare const TIME_ESTIMATE_TO_TARGET_CRC_EXTRA = 0;
declare const TimeEstimateToTargetDefinition: MessageDefinition;
interface MessageTimeEstimateToTarget {
safe_return: number;
land: number;
mission_next_item: number;
mission_end: number;
commanded_action: number;
}
export { TIME_ESTIMATE_TO_TARGET_CRC_EXTRA, TIME_ESTIMATE_TO_TARGET_ID, TimeEstimateToTargetDefinition };
export type { MessageTimeEstimateToTarget };