]> git.stg.codes - stg.git/blob - libs/smux/include/stg/RReqPDU.h
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / include / stg / RReqPDU.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 _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 extern asn_SEQUENCE_specifics_t asn_SPC_RReqPDU_specs_1;
44 extern asn_TYPE_member_t asn_MBR_RReqPDU_1[3];
45
46 #ifdef __cplusplus
47 }
48 #endif
49
50 #endif  /* _RReqPDU_H_ */
51 #include <asn_internal.h>