1c5cccf0ed7815b57248e008029ca6f83e1d7408
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / NativeInteger.h
1
2 /*-
3  * Copyright (c) 2004-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
4  * Redistribution and modifications are permitted subject to BSD license.
5  */
6 /*
7  * This type differs from the standard INTEGER in that it is modelled using
8  * the fixed machine type (long, int, short), so it can hold only values of
9  * limited length. There is no type (i.e., NativeInteger_t, any integer type
10  * will do).
11  * This type may be used when integer range is limited by subtype constraints.
12  */
13 #ifndef _NativeInteger_H_
14 #define _NativeInteger_H_
15
16 #include <asn_application.h>
17 #include <INTEGER.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 extern asn_TYPE_descriptor_t asn_DEF_NativeInteger;
24 extern asn_TYPE_operation_t asn_OP_NativeInteger;
25
26 asn_struct_free_f  NativeInteger_free;
27 asn_struct_print_f NativeInteger_print;
28 asn_struct_compare_f NativeInteger_compare;
29 ber_type_decoder_f NativeInteger_decode_ber;
30 der_type_encoder_f NativeInteger_encode_der;
31 xer_type_decoder_f NativeInteger_decode_xer;
32 xer_type_encoder_f NativeInteger_encode_xer;
33 oer_type_decoder_f NativeInteger_decode_oer;
34 oer_type_encoder_f NativeInteger_encode_oer;
35 per_type_decoder_f NativeInteger_decode_uper;
36 per_type_encoder_f NativeInteger_encode_uper;
37 per_type_decoder_f NativeInteger_decode_aper;
38 per_type_encoder_f NativeInteger_encode_aper;
39 asn_random_fill_f  NativeInteger_random_fill;
40
41 #define NativeInteger_constraint  asn_generic_no_constraint
42
43 #ifdef __cplusplus
44 }
45 #endif
46
47 #endif  /* _NativeInteger_H_ */