UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

9 lines (7 loc) 331 B
type SPEED_TYPE = 0 | 1 | 2 | 3; declare const SPEED_TYPE_AIRSPEED: 0; declare const SPEED_TYPE_GROUNDSPEED: 1; declare const SPEED_TYPE_CLIMB_SPEED: 2; declare const SPEED_TYPE_DESCENT_SPEED: 3; export { SPEED_TYPE_AIRSPEED, SPEED_TYPE_CLIMB_SPEED, SPEED_TYPE_DESCENT_SPEED, SPEED_TYPE_GROUNDSPEED }; export type { SPEED_TYPE };