| | |
| | |
| | |
| | |
| | #ifndef _GraphicString_H_ |
| | #define _GraphicString_H_ |
| |
|
| | #include <OCTET_STRING.h> |
| |
|
| | #ifdef __cplusplus |
| | extern "C" { |
| | #endif |
| |
|
| | typedef OCTET_STRING_t GraphicString_t; |
| |
|
| | extern asn_TYPE_descriptor_t asn_DEF_GraphicString; |
| | extern asn_TYPE_operation_t asn_OP_GraphicString; |
| |
|
| | #define GraphicString_free OCTET_STRING_free |
| |
|
| | #if !defined(ASN_DISABLE_PRINT_SUPPORT) |
| | #define GraphicString_print OCTET_STRING_print |
| | #endif |
| |
|
| | #define GraphicString_compare OCTET_STRING_compare |
| | #define GraphicString_copy OCTET_STRING_copy |
| |
|
| | #define GraphicString_constraint asn_generic_unknown_constraint |
| |
|
| | #if !defined(ASN_DISABLE_BER_SUPPORT) |
| | #define GraphicString_decode_ber OCTET_STRING_decode_ber |
| | #define GraphicString_encode_der OCTET_STRING_encode_der |
| | #endif |
| |
|
| | #if !defined(ASN_DISABLE_XER_SUPPORT) |
| | #define GraphicString_decode_xer OCTET_STRING_decode_xer_hex |
| | #define GraphicString_encode_xer OCTET_STRING_encode_xer |
| | #endif |
| |
|
| | #if !defined(ASN_DISABLE_JER_SUPPORT) |
| | #define GraphicString_decode_jer OCTET_STRING_decode_jer |
| | #define GraphicString_encode_jer OCTET_STRING_encode_jer |
| | #endif |
| |
|
| | #if !defined(ASN_DISABLE_UPER_SUPPORT) |
| | #define GraphicString_decode_uper OCTET_STRING_decode_uper |
| | #define GraphicString_encode_uper OCTET_STRING_encode_uper |
| | #endif |
| | #if !defined(ASN_DISABLE_APER_SUPPORT) |
| | #define GraphicString_decode_aper OCTET_STRING_decode_aper |
| | #define GraphicString_encode_aper OCTET_STRING_encode_aper |
| | #endif |
| |
|
| | #ifdef __cplusplus |
| | } |
| | #endif |
| |
|
| | #endif |
| |
|