[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-522] Generating the E2SM-KPM code
[o-du/l2.git] / src / codec_utils / E2SM_KPM / TestCond-Value.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "../../ASN1_Input/E2SM_KPM_V_3_0.asn1"
5  *      `asn1c -D ./../../E2_output/E2SM_KPM_v3.0_output -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _TestCond_Value_H_
9 #define _TestCond_Value_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <BOOLEAN.h>
17 #include <BIT_STRING.h>
18 #include <OCTET_STRING.h>
19 #include <PrintableString.h>
20 #include <NativeReal.h>
21 #include <constr_CHOICE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum TestCond_Value_PR {
29         TestCond_Value_PR_NOTHING,      /* No components present */
30         TestCond_Value_PR_valueInt,
31         TestCond_Value_PR_valueEnum,
32         TestCond_Value_PR_valueBool,
33         TestCond_Value_PR_valueBitS,
34         TestCond_Value_PR_valueOctS,
35         TestCond_Value_PR_valuePrtS,
36         /* Extensions may appear below */
37         TestCond_Value_PR_valueReal
38 } TestCond_Value_PR;
39
40 /* TestCond-Value */
41 typedef struct TestCond_Value {
42         TestCond_Value_PR present;
43         union TestCond_Value_u {
44                 long     valueInt;
45                 long     valueEnum;
46                 BOOLEAN_t        valueBool;
47                 BIT_STRING_t     valueBitS;
48                 OCTET_STRING_t   valueOctS;
49                 PrintableString_t        valuePrtS;
50                 /*
51                  * This type is extensible,
52                  * possible extensions are below.
53                  */
54                 double   valueReal;
55         } choice;
56         
57         /* Context for parsing across buffer boundaries */
58         asn_struct_ctx_t _asn_ctx;
59 } TestCond_Value_t;
60
61 /* Implementation */
62 extern asn_TYPE_descriptor_t asn_DEF_TestCond_Value;
63 extern asn_CHOICE_specifics_t asn_SPC_TestCond_Value_specs_1;
64 extern asn_TYPE_member_t asn_MBR_TestCond_Value_1[7];
65 extern asn_per_constraints_t asn_PER_type_TestCond_Value_constr_1;
66
67 #ifdef __cplusplus
68 }
69 #endif
70
71 #endif  /* _TestCond_Value_H_ */
72 #include <asn_internal.h>