]> git.stg.codes - stg.git/blob - libs/smux/include/stg/OpenPDU.h
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / include / stg / OpenPDU.h
1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "SMUX"
4  *      found in "SMUX.asn1"
5  *      `asn1c -fskeletons-copy`
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
42 #ifdef __cplusplus
43 }
44 #endif
45
46 #endif  /* _OpenPDU_H_ */