UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

10 lines (8 loc) 470 B
type MAV_DISTANCE_SENSOR = 0 | 1 | 2 | 3 | 4; declare const MAV_DISTANCE_SENSOR_LASER: 0; declare const MAV_DISTANCE_SENSOR_ULTRASOUND: 1; declare const MAV_DISTANCE_SENSOR_INFRARED: 2; declare const MAV_DISTANCE_SENSOR_RADAR: 3; declare const MAV_DISTANCE_SENSOR_UNKNOWN: 4; export { MAV_DISTANCE_SENSOR_INFRARED, MAV_DISTANCE_SENSOR_LASER, MAV_DISTANCE_SENSOR_RADAR, MAV_DISTANCE_SENSOR_ULTRASOUND, MAV_DISTANCE_SENSOR_UNKNOWN }; export type { MAV_DISTANCE_SENSOR };