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