]> git.stg.codes - stg.git/blob - libs/smux/include/stg/Counter.h
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / include / stg / Counter.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "RFC1155-SMI"
4  *      found in "RFC1155-SMI.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #ifndef _Counter_H_
9 #define _Counter_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Counter */
22 typedef unsigned long    Counter_t;
23
24 /* Implementation */
25 extern asn_per_constraints_t asn_PER_type_Counter_constr_1;
26 extern asn_TYPE_descriptor_t asn_DEF_Counter;
27 extern const asn_INTEGER_specifics_t asn_SPC_Counter_specs_1;
28 asn_struct_free_f Counter_free;
29 asn_struct_print_f Counter_print;
30 asn_constr_check_f Counter_constraint;
31 ber_type_decoder_f Counter_decode_ber;
32 der_type_encoder_f Counter_encode_der;
33 xer_type_decoder_f Counter_decode_xer;
34 xer_type_encoder_f Counter_encode_xer;
35 oer_type_decoder_f Counter_decode_oer;
36 oer_type_encoder_f Counter_encode_oer;
37 per_type_decoder_f Counter_decode_uper;
38 per_type_encoder_f Counter_encode_uper;
39
40 #ifdef __cplusplus
41 }
42 #endif
43
44 #endif  /* _Counter_H_ */
45 #include <asn_internal.h>