]> git.stg.codes - stg.git/blob - libs/smux/include/stg/SOutPDU.h
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / include / stg / SOutPDU.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 _SOutPDU_H_
9 #define _SOutPDU_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <INTEGER.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum SOutPDU {
23         SOutPDU_commit  = 0,
24         SOutPDU_rollback        = 1
25 } e_SOutPDU;
26
27 /* SOutPDU */
28 typedef INTEGER_t        SOutPDU_t;
29
30 /* Implementation */
31 extern asn_TYPE_descriptor_t asn_DEF_SOutPDU;
32 asn_struct_free_f SOutPDU_free;
33 asn_struct_print_f SOutPDU_print;
34 asn_constr_check_f SOutPDU_constraint;
35 ber_type_decoder_f SOutPDU_decode_ber;
36 der_type_encoder_f SOutPDU_encode_der;
37 xer_type_decoder_f SOutPDU_decode_xer;
38 xer_type_encoder_f SOutPDU_encode_xer;
39
40 #ifdef __cplusplus
41 }
42 #endif
43
44 #endif  /* _SOutPDU_H_ */