blob: ad44cdd7c4be9f6276919c337c0e5f0797590a64 [file] [log] [blame]
vlm34dcd572005-01-17 11:40:49 +00001
2/*** <<< INCLUDES [Choice] >>> ***/
3
4#include <INTEGER.h>
vlm34dcd572005-01-17 11:40:49 +00005#include <constr_CHOICE.h>
6
7/*** <<< DEPS [Choice] >>> ***/
8
9typedef enum Choice_PR {
10 Choice_PR_NOTHING, /* No components present */
11 Choice_PR_a,
12 /* Extensions may appear below */
13 Choice_PR_b,
14 Choice_PR_c,
15} Choice_PR;
16
vlm0b567bf2005-03-04 22:18:20 +000017/*** <<< FWD-DECLS [Choice] >>> ***/
18
vlm5feb7522005-03-04 23:50:56 +000019struct Choice;
vlm34dcd572005-01-17 11:40:49 +000020
21/*** <<< TYPE-DECLS [Choice] >>> ***/
22
vlm34dcd572005-01-17 11:40:49 +000023typedef struct Choice {
24 Choice_PR present;
vlm2e774282005-08-14 15:03:31 +000025 union Choice_u {
vlm34dcd572005-01-17 11:40:49 +000026 INTEGER_t a;
27 /*
28 * This type is extensible,
29 * possible extensions are below.
30 */
31 INTEGER_t b;
32 struct Choice *c;
33 } choice;
34
35 /* Context for parsing across buffer boundaries */
36 asn_struct_ctx_t _asn_ctx;
37} Choice_t;
38
vlm0b567bf2005-03-04 22:18:20 +000039/*** <<< FUNC-DECLS [Choice] >>> ***/
40
41extern asn_TYPE_descriptor_t asn_DEF_Choice;
42
vlm2cebdf32005-08-16 16:57:17 +000043/*** <<< POST-INCLUDE [Choice] >>> ***/
44
45#include <Choice.h>
46
vlm34dcd572005-01-17 11:40:49 +000047/*** <<< STAT-DEFS [Choice] >>> ***/
48
vlm44fe49a2005-03-04 11:26:08 +000049static asn_TYPE_member_t asn_MBR_Choice_1[] = {
vlm34dcd572005-01-17 11:40:49 +000050 { ATF_NOFLAGS, 0, offsetof(struct Choice, choice.a),
51 .tag = (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
52 .tag_mode = -1, /* IMPLICIT tag at current level */
vlme0fea712005-08-29 10:31:14 +000053 .type = &asn_DEF_INTEGER,
vlm53807eb2005-01-17 12:17:41 +000054 .memb_constraints = 0, /* Defer constraints checking to the member type */
vlm337167e2005-11-26 11:25:14 +000055 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
56 .default_value = 0,
vlm34dcd572005-01-17 11:40:49 +000057 .name = "a"
58 },
59 { ATF_NOFLAGS, 0, offsetof(struct Choice, choice.b),
60 .tag = (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
61 .tag_mode = -1, /* IMPLICIT tag at current level */
vlme0fea712005-08-29 10:31:14 +000062 .type = &asn_DEF_INTEGER,
vlm53807eb2005-01-17 12:17:41 +000063 .memb_constraints = 0, /* Defer constraints checking to the member type */
vlm337167e2005-11-26 11:25:14 +000064 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
65 .default_value = 0,
vlm34dcd572005-01-17 11:40:49 +000066 .name = "b"
67 },
68 { ATF_POINTER, 0, offsetof(struct Choice, choice.c),
69 .tag = (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
vlm53807eb2005-01-17 12:17:41 +000070 .tag_mode = -1, /* IMPLICIT tag at current level */
vlme0fea712005-08-29 10:31:14 +000071 .type = &asn_DEF_Choice,
vlm53807eb2005-01-17 12:17:41 +000072 .memb_constraints = 0, /* Defer constraints checking to the member type */
vlm337167e2005-11-26 11:25:14 +000073 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
74 .default_value = 0,
vlm34dcd572005-01-17 11:40:49 +000075 .name = "c"
76 },
77};
vlm337167e2005-11-26 11:25:14 +000078static ber_tlv_tag_t asn_DEF_Choice_tags_1[] = {
vlm53807eb2005-01-17 12:17:41 +000079 (ASN_TAG_CLASS_CONTEXT | (123 << 2))
80};
vlm337167e2005-11-26 11:25:14 +000081static asn_TYPE_tag2member_t asn_MAP_Choice_tag2el_1[] = {
vlm34dcd572005-01-17 11:40:49 +000082 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* a at 15 */
83 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* b at 17 */
vlm7f061a72005-02-25 08:19:34 +000084 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* c at 19 */
vlm34dcd572005-01-17 11:40:49 +000085};
vlm337167e2005-11-26 11:25:14 +000086static asn_CHOICE_specifics_t asn_SPC_Choice_specs_1 = {
vlm34dcd572005-01-17 11:40:49 +000087 sizeof(struct Choice),
88 offsetof(struct Choice, _asn_ctx),
89 offsetof(struct Choice, present),
90 sizeof(((struct Choice *)0)->present),
vlm337167e2005-11-26 11:25:14 +000091 asn_MAP_Choice_tag2el_1,
vlm34dcd572005-01-17 11:40:49 +000092 3, /* Count of tags in the map */
vlm337167e2005-11-26 11:25:14 +000093 .canonical_order = 0,
94 .ext_start = 1 /* Extensions start */
vlm34dcd572005-01-17 11:40:49 +000095};
96asn_TYPE_descriptor_t asn_DEF_Choice = {
97 "Choice",
98 "Choice",
99 CHOICE_free,
100 CHOICE_print,
101 CHOICE_constraint,
102 CHOICE_decode_ber,
103 CHOICE_encode_der,
104 CHOICE_decode_xer,
105 CHOICE_encode_xer,
vlm337167e2005-11-26 11:25:14 +0000106 0, /* No PER decoder, -gen-PER to enable */
vlm34dcd572005-01-17 11:40:49 +0000107 CHOICE_outmost_tag,
vlm337167e2005-11-26 11:25:14 +0000108 asn_DEF_Choice_tags_1,
109 sizeof(asn_DEF_Choice_tags_1)
110 /sizeof(asn_DEF_Choice_tags_1[0]), /* 1 */
111 asn_DEF_Choice_tags_1, /* Same as above */
112 sizeof(asn_DEF_Choice_tags_1)
113 /sizeof(asn_DEF_Choice_tags_1[0]), /* 1 */
114 0, /* No PER visible constraints */
vlm44fe49a2005-03-04 11:26:08 +0000115 asn_MBR_Choice_1,
vlm34dcd572005-01-17 11:40:49 +0000116 3, /* Elements count */
vlm337167e2005-11-26 11:25:14 +0000117 &asn_SPC_Choice_specs_1 /* Additional specs */
vlm34dcd572005-01-17 11:40:49 +0000118};
119