Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / constr_SET_OF.h
diff --git a/asn1c_defs/all-defs/constr_SET_OF.h b/asn1c_defs/all-defs/constr_SET_OF.h
new file mode 100755 (executable)
index 0000000..ff8d6e7
--- /dev/null
@@ -0,0 +1,49 @@
+/*-\r
+ * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.\r
+ * Redistribution and modifications are permitted subject to BSD license.\r
+ */\r
+#ifndef        CONSTR_SET_OF_H\r
+#define        CONSTR_SET_OF_H\r
+\r
+#include <asn_application.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+typedef struct asn_SET_OF_specifics_s {\r
+    /*\r
+     * Target structure description.\r
+     */\r
+    unsigned struct_size;       /* Size of the target structure. */\r
+    unsigned ctx_offset;        /* Offset of the asn_struct_ctx_t member */\r
+\r
+    /* XER-specific stuff */\r
+    int as_XMLValueList; /* The member type must be encoded like this */\r
+} asn_SET_OF_specifics_t;\r
+\r
+/*\r
+ * A set specialized functions dealing with the SET OF type.\r
+ */\r
+asn_struct_free_f SET_OF_free;\r
+asn_struct_print_f SET_OF_print;\r
+asn_struct_compare_f SET_OF_compare;\r
+asn_constr_check_f SET_OF_constraint;\r
+ber_type_decoder_f SET_OF_decode_ber;\r
+der_type_encoder_f SET_OF_encode_der;\r
+xer_type_decoder_f SET_OF_decode_xer;\r
+xer_type_encoder_f SET_OF_encode_xer;\r
+oer_type_decoder_f SET_OF_decode_oer;\r
+oer_type_encoder_f SET_OF_encode_oer;\r
+per_type_decoder_f SET_OF_decode_uper;\r
+per_type_encoder_f SET_OF_encode_uper;\r
+per_type_decoder_f SET_OF_decode_aper;\r
+per_type_encoder_f SET_OF_encode_aper;\r
+asn_random_fill_f  SET_OF_random_fill;\r
+extern asn_TYPE_operation_t asn_OP_SET_OF;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* CONSTR_SET_OF_H */\r