@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
10 lines (8 loc) • 318 B
TypeScript
type MAV_ROI = 0 | 1 | 2 | 3 | 4;
declare const MAV_ROI_NONE: 0;
declare const MAV_ROI_WPNEXT: 1;
declare const MAV_ROI_WPINDEX: 2;
declare const MAV_ROI_LOCATION: 3;
declare const MAV_ROI_TARGET: 4;
export { MAV_ROI_LOCATION, MAV_ROI_NONE, MAV_ROI_TARGET, MAV_ROI_WPINDEX, MAV_ROI_WPNEXT };
export type { MAV_ROI };