/*- * Copyright (c) 2003, 2004 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef _RELATIVE_OID_H_ #define _RELATIVE_OID_H_ #include #ifdef __cplusplus extern "C" { #endif /* Implemented via OBJECT IDENTIFIER */ typedef OBJECT_IDENTIFIER_t RELATIVE_OID_t; extern asn_TYPE_descriptor_t asn_DEF_RELATIVE_OID; extern asn_TYPE_operation_t asn_OP_RELATIVE_OID; asn_struct_print_f RELATIVE_OID_print; xer_type_decoder_f RELATIVE_OID_decode_xer; xer_type_encoder_f RELATIVE_OID_encode_xer; #define RELATIVE_OID_free ASN__PRIMITIVE_TYPE_free #define RELATIVE_OID_compare OCTET_STRING_compare #define RELATIVE_OID_constraint asn_generic_no_constraint #define RELATIVE_OID_decode_ber ber_decode_primitive #define RELATIVE_OID_encode_der der_encode_primitive #define RELATIVE_OID_decode_uper OCTET_STRING_decode_uper #define RELATIVE_OID_encode_uper OCTET_STRING_encode_uper /********************************** * Some handy conversion routines * **********************************/ /* See OBJECT_IDENTIFIER_get_arcs() function in OBJECT_IDENTIFIER.h */ int RELATIVE_OID_get_arcs(const RELATIVE_OID_t *_roid, void *arcs, unsigned int arc_type_size, unsigned int arc_slots); /* See OBJECT_IDENTIFIER_set_arcs() function in OBJECT_IDENTIFIER.h */ int RELATIVE_OID_set_arcs(RELATIVE_OID_t *_roid, void *arcs, unsigned int arc_type_size, unsigned int arcs_slots); #ifdef __cplusplus } #endif #endif /* _RELATIVE_OID_H_ */