UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

10 lines (8 loc) 466 B
type MAV_ODID_STATUS = 0 | 1 | 2 | 3 | 4; declare const MAV_ODID_STATUS_UNDECLARED: 0; declare const MAV_ODID_STATUS_GROUND: 1; declare const MAV_ODID_STATUS_AIRBORNE: 2; declare const MAV_ODID_STATUS_EMERGENCY: 3; declare const MAV_ODID_STATUS_REMOTE_ID_SYSTEM_FAILURE: 4; export { MAV_ODID_STATUS_AIRBORNE, MAV_ODID_STATUS_EMERGENCY, MAV_ODID_STATUS_GROUND, MAV_ODID_STATUS_REMOTE_ID_SYSTEM_FAILURE, MAV_ODID_STATUS_UNDECLARED }; export type { MAV_ODID_STATUS };