]> git.stg.codes - stg.git/blob - libs/smux/include/stg/OpenPDU.h
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / include / stg / OpenPDU.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "SMUX"
4  *      found in "SMUX.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #ifndef _OpenPDU_H_
9 #define _OpenPDU_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "SimpleOpen.h"
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum OpenPDU_PR {
24         OpenPDU_PR_NOTHING,     /* No components present */
25         OpenPDU_PR_simple
26 } OpenPDU_PR;
27
28 /* OpenPDU */
29 typedef struct OpenPDU {
30         OpenPDU_PR present;
31         union OpenPDU_u {
32                 SimpleOpen_t     simple;
33         } choice;
34         
35         /* Context for parsing across buffer boundaries */
36         asn_struct_ctx_t _asn_ctx;
37 } OpenPDU_t;
38
39 /* Implementation */
40 extern asn_TYPE_descriptor_t asn_DEF_OpenPDU;
41 extern asn_CHOICE_specifics_t asn_SPC_OpenPDU_specs_1;
42 extern asn_TYPE_member_t asn_MBR_OpenPDU_1[1];
43 extern asn_per_constraints_t asn_PER_type_OpenPDU_constr_1;
44
45 #ifdef __cplusplus
46 }
47 #endif
48
49 #endif  /* _OpenPDU_H_ */
50 #include <asn_internal.h>