UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

8 lines (6 loc) 218 B
type LIMIT_MODULE = 1 | 2 | 4; declare const LIMIT_GPSLOCK: 1; declare const LIMIT_GEOFENCE: 2; declare const LIMIT_ALTITUDE: 4; export { LIMIT_ALTITUDE, LIMIT_GEOFENCE, LIMIT_GPSLOCK }; export type { LIMIT_MODULE };