@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
11 lines (9 loc) • 655 B
TypeScript
type MAV_ODID_AUTH_TYPE = 0 | 1 | 2 | 3 | 4 | 5;
declare const MAV_ODID_AUTH_TYPE_NONE: 0;
declare const MAV_ODID_AUTH_TYPE_UAS_ID_SIGNATURE: 1;
declare const MAV_ODID_AUTH_TYPE_OPERATOR_ID_SIGNATURE: 2;
declare const MAV_ODID_AUTH_TYPE_MESSAGE_SET_SIGNATURE: 3;
declare const MAV_ODID_AUTH_TYPE_NETWORK_REMOTE_ID: 4;
declare const MAV_ODID_AUTH_TYPE_SPECIFIC_AUTHENTICATION: 5;
export { MAV_ODID_AUTH_TYPE_MESSAGE_SET_SIGNATURE, MAV_ODID_AUTH_TYPE_NETWORK_REMOTE_ID, MAV_ODID_AUTH_TYPE_NONE, MAV_ODID_AUTH_TYPE_OPERATOR_ID_SIGNATURE, MAV_ODID_AUTH_TYPE_SPECIFIC_AUTHENTICATION, MAV_ODID_AUTH_TYPE_UAS_ID_SIGNATURE };
export type { MAV_ODID_AUTH_TYPE };