GraphicString.c
Go to the documentation of this file.
1 /*-
2  * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
7 
8 /*
9  * GraphicString basic type description.
10  */
12  (ASN_TAG_CLASS_UNIVERSAL | (25 << 2)), /* [UNIVERSAL 25] IMPLICIT ...*/
13  (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) /* ... OCTET STRING */
14 };
17 #if !defined(ASN_DISABLE_PRINT_SUPPORT)
18  OCTET_STRING_print, /* non-ascii string */
19 #else
20  0,
21 #endif /* !defined(ASN_DISABLE_PRINT_SUPPORT) */
24 #if !defined(ASN_DISABLE_BER_SUPPORT)
25  OCTET_STRING_decode_ber, /* Implemented in terms of OCTET STRING */
27 #else
28  0,
29  0,
30 #endif /* !defined(ASN_DISABLE_BER_SUPPORT) */
31 #if !defined(ASN_DISABLE_XER_SUPPORT)
33  OCTET_STRING_encode_xer, /* Can't expect it to be ASCII/UTF8 */
34 #else
35  0,
36  0,
37 #endif /* !defined(ASN_DISABLE_XER_SUPPORT) */
38 #if !defined(ASN_DISABLE_JER_SUPPORT)
40  OCTET_STRING_encode_jer, /* Can't expect it to be ASCII/UTF8 */
41 #else
42  0,
43  0,
44 #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
45 #if !defined(ASN_DISABLE_OER_SUPPORT)
48 #else
49  0,
50  0,
51 #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
52 #if !defined(ASN_DISABLE_UPER_SUPPORT)
53  OCTET_STRING_decode_uper, /* Implemented in terms of OCTET STRING */
55 #else
56  0,
57  0,
58 #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) */
59 #if !defined(ASN_DISABLE_APER_SUPPORT)
60  OCTET_STRING_decode_aper, /* Implemented in terms of OCTET STRING */
62 #else
63  0,
64  0,
65 #endif /* !defined(ASN_DISABLE_APER_SUPPORT) */
66 #if !defined(ASN_DISABLE_RFILL_SUPPORT)
68 #else
69  0,
70 #endif /* !defined(ASN_DISABLE_RFILL_SUPPORT) */
71  0 /* Use generic outmost tag fetcher */
72 };
74  "GraphicString",
75  "GraphicString",
79  / sizeof(asn_DEF_GraphicString_tags[0]) - 1,
82  / sizeof(asn_DEF_GraphicString_tags[0]),
83  {
84 #if !defined(ASN_DISABLE_OER_SUPPORT)
85  0,
86 #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
87 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
88  0,
89 #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
90 #if !defined(ASN_DISABLE_JER_SUPPORT)
91  0,
92 #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
94  },
95  0, 0, /* No members */
96  0 /* No specifics */
97 };
asn_TYPE_operation_s
Definition: constr_TYPE.h:184
OCTET_STRING_free
asn_struct_free_f OCTET_STRING_free
Definition: OCTET_STRING.h:24
ber_tlv_tag_t
unsigned ber_tlv_tag_t
Definition: ber_tlv_tag.h:18
OCTET_STRING_encode_der
der_type_encoder_f OCTET_STRING_encode_der
Definition: OCTET_STRING.h:38
ASN_TAG_CLASS_UNIVERSAL
@ ASN_TAG_CLASS_UNIVERSAL
Definition: ber_tlv_tag.h:13
OCTET_STRING_encode_jer
jer_type_encoder_f OCTET_STRING_encode_jer
Definition: OCTET_STRING.h:52
OCTET_STRING_decode_oer
oer_type_decoder_f OCTET_STRING_decode_oer
Definition: OCTET_STRING.h:57
OCTET_STRING_decode_jer_hex
jer_type_decoder_f OCTET_STRING_decode_jer_hex
Definition: OCTET_STRING.h:50
OCTET_STRING_encode_aper
per_type_encoder_f OCTET_STRING_encode_aper
Definition: OCTET_STRING.h:67
asn_OP_GraphicString
asn_TYPE_operation_t asn_OP_GraphicString
Definition: GraphicString.c:15
asn_TYPE_descriptor_s
Definition: constr_TYPE.h:224
OCTET_STRING_decode_aper
per_type_decoder_f OCTET_STRING_decode_aper
Definition: OCTET_STRING.h:66
OCTET_STRING_random_fill
asn_random_fill_f OCTET_STRING_random_fill
Definition: OCTET_STRING.h:71
OCTET_STRING_encode_oer
oer_type_encoder_f OCTET_STRING_encode_oer
Definition: OCTET_STRING.h:58
asn_internal.h
OCTET_STRING_print
asn_struct_print_f OCTET_STRING_print
Definition: OCTET_STRING.h:27
OCTET_STRING_decode_ber
ber_type_decoder_f OCTET_STRING_decode_ber
Definition: OCTET_STRING.h:37
OCTET_STRING_decode_uper
per_type_decoder_f OCTET_STRING_decode_uper
Definition: OCTET_STRING.h:62
asn_DEF_GraphicString
asn_TYPE_descriptor_t asn_DEF_GraphicString
Definition: GraphicString.c:73
OCTET_STRING_encode_xer
xer_type_encoder_f OCTET_STRING_encode_xer
Definition: OCTET_STRING.h:45
OCTET_STRING_copy
asn_struct_copy_f OCTET_STRING_copy
Definition: OCTET_STRING.h:32
OCTET_STRING_decode_xer_hex
xer_type_decoder_f OCTET_STRING_decode_xer_hex
Definition: OCTET_STRING.h:42
GraphicString.h
asn_DEF_GraphicString_tags
static const ber_tlv_tag_t asn_DEF_GraphicString_tags[]
Definition: GraphicString.c:11
OCTET_STRING_encode_uper
per_type_encoder_f OCTET_STRING_encode_uper
Definition: OCTET_STRING.h:63
asn_generic_unknown_constraint
asn_constr_check_f asn_generic_unknown_constraint
Definition: constraints.h:52
OCTET_STRING_compare
asn_struct_compare_f OCTET_STRING_compare
Definition: OCTET_STRING.h:31


etsi_its_cpm_ts_coding
Author(s): Jean-Pierre Busch , Guido Küppers , Lennart Reiher
autogenerated on Sun May 18 2025 02:22:38