UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

8 lines (6 loc) 270 B
type FENCE_MITIGATE = 0 | 1 | 2; declare const FENCE_MITIGATE_UNKNOWN: 0; declare const FENCE_MITIGATE_NONE: 1; declare const FENCE_MITIGATE_VEL_LIMIT: 2; export { FENCE_MITIGATE_NONE, FENCE_MITIGATE_UNKNOWN, FENCE_MITIGATE_VEL_LIMIT }; export type { FENCE_MITIGATE };