]> git.stg.codes - stg.git/blob - libs/smux/include/stg/ClosePDU.h
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / include / stg / ClosePDU.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 _ClosePDU_H_
9 #define _ClosePDU_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 ClosePDU {
23         ClosePDU_goingDown      = 0,
24         ClosePDU_unsupportedVersion     = 1,
25         ClosePDU_packetFormat   = 2,
26         ClosePDU_protocolError  = 3,
27         ClosePDU_internalError  = 4,
28         ClosePDU_authenticationFailure  = 5
29 } e_ClosePDU;
30
31 /* ClosePDU */
32 typedef INTEGER_t        ClosePDU_t;
33
34 /* Implementation */
35 extern asn_TYPE_descriptor_t asn_DEF_ClosePDU;
36 asn_struct_free_f ClosePDU_free;
37 asn_struct_print_f ClosePDU_print;
38 asn_constr_check_f ClosePDU_constraint;
39 ber_type_decoder_f ClosePDU_decode_ber;
40 der_type_encoder_f ClosePDU_encode_der;
41 xer_type_decoder_f ClosePDU_decode_xer;
42 xer_type_encoder_f ClosePDU_encode_xer;
43 oer_type_decoder_f ClosePDU_decode_oer;
44 oer_type_encoder_f ClosePDU_encode_oer;
45 per_type_decoder_f ClosePDU_decode_uper;
46 per_type_encoder_f ClosePDU_encode_uper;
47
48 #ifdef __cplusplus
49 }
50 #endif
51
52 #endif  /* _ClosePDU_H_ */
53 #include <asn_internal.h>