type MAV_ODID_HOR_ACC = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
declare const MAV_ODID_HOR_ACC_UNKNOWN: 0;
declare const MAV_ODID_HOR_ACC_10NM: 1;
declare const MAV_ODID_HOR_ACC_4NM: 2;
declare const MAV_ODID_HOR_ACC_2NM: 3;
declare const MAV_ODID_HOR_ACC_1NM: 4;
declare const MAV_ODID_HOR_ACC_0_5NM: 5;
declare const MAV_ODID_HOR_ACC_0_3NM: 6;
declare const MAV_ODID_HOR_ACC_0_1NM: 7;
declare const MAV_ODID_HOR_ACC_0_05NM: 8;
declare const MAV_ODID_HOR_ACC_30_METER: 9;
declare const MAV_ODID_HOR_ACC_10_METER: 10;
declare const MAV_ODID_HOR_ACC_3_METER: 11;
declare const MAV_ODID_HOR_ACC_1_METER: 12;

export { MAV_ODID_HOR_ACC_0_05NM, MAV_ODID_HOR_ACC_0_1NM, MAV_ODID_HOR_ACC_0_3NM, MAV_ODID_HOR_ACC_0_5NM, MAV_ODID_HOR_ACC_10NM, MAV_ODID_HOR_ACC_10_METER, MAV_ODID_HOR_ACC_1NM, MAV_ODID_HOR_ACC_1_METER, MAV_ODID_HOR_ACC_2NM, MAV_ODID_HOR_ACC_30_METER, MAV_ODID_HOR_ACC_3_METER, MAV_ODID_HOR_ACC_4NM, MAV_ODID_HOR_ACC_UNKNOWN };
export type { MAV_ODID_HOR_ACC };
