]> git.stg.codes - stg.git/blob - libs/smux/include/stg/RReqPDU.h
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / include / stg / RReqPDU.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 _RReqPDU_H_
9 #define _RReqPDU_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ObjectName.h"
16 #include <NativeInteger.h>
17 #include <INTEGER.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum RReqPDU__operation {
26         RReqPDU__operation_delete       = 0,
27         RReqPDU__operation_readOnly     = 1,
28         RReqPDU__operation_readWrite    = 2
29 } e_RReqPDU__operation;
30
31 /* RReqPDU */
32 typedef struct RReqPDU {
33         ObjectName_t     subtree;
34         long     priority;
35         INTEGER_t        operation;
36         
37         /* Context for parsing across buffer boundaries */
38         asn_struct_ctx_t _asn_ctx;
39 } RReqPDU_t;
40
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_RReqPDU;
43
44 #ifdef __cplusplus
45 }
46 #endif
47
48 #endif  /* _RReqPDU_H_ */