Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / NativeInteger.h
diff --git a/asn1c_defs/all-defs/NativeInteger.h b/asn1c_defs/all-defs/NativeInteger.h
new file mode 100755 (executable)
index 0000000..3fe4885
--- /dev/null
@@ -0,0 +1,46 @@
+/*-\r
+ * Copyright (c) 2004-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.\r
+ * Redistribution and modifications are permitted subject to BSD license.\r
+ */\r
+/*\r
+ * This type differs from the standard INTEGER in that it is modelled using\r
+ * the fixed machine type (long, int, short), so it can hold only values of\r
+ * limited length. There is no type (i.e., NativeInteger_t, any integer type\r
+ * will do).\r
+ * This type may be used when integer range is limited by subtype constraints.\r
+ */\r
+#ifndef        _NativeInteger_H_\r
+#define        _NativeInteger_H_\r
+\r
+#include <asn_application.h>\r
+#include <INTEGER.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+extern asn_TYPE_descriptor_t asn_DEF_NativeInteger;\r
+extern asn_TYPE_operation_t asn_OP_NativeInteger;\r
+\r
+asn_struct_free_f  NativeInteger_free;\r
+asn_struct_print_f NativeInteger_print;\r
+asn_struct_compare_f NativeInteger_compare;\r
+ber_type_decoder_f NativeInteger_decode_ber;\r
+der_type_encoder_f NativeInteger_encode_der;\r
+xer_type_decoder_f NativeInteger_decode_xer;\r
+xer_type_encoder_f NativeInteger_encode_xer;\r
+oer_type_decoder_f NativeInteger_decode_oer;\r
+oer_type_encoder_f NativeInteger_encode_oer;\r
+per_type_decoder_f NativeInteger_decode_uper;\r
+per_type_encoder_f NativeInteger_encode_uper;\r
+per_type_decoder_f NativeInteger_decode_aper;\r
+per_type_encoder_f NativeInteger_encode_aper;\r
+asn_random_fill_f  NativeInteger_random_fill;\r
+\r
+#define NativeInteger_constraint  asn_generic_no_constraint\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _NativeInteger_H_ */\r