From 39eef14f0d9f27cac9a6a3f6a8de349f314e1b6a Mon Sep 17 00:00:00 2001 From: Gerd Heber Date: Tue, 10 Nov 2020 09:11:49 -0600 Subject: Added 1.12.x function mappings. --- doxygen/dox/api-compat-macros.dox | 209 +++++++++++++++++++++++++++++++++++++- 1 file changed, 205 insertions(+), 4 deletions(-) diff --git a/doxygen/dox/api-compat-macros.dox b/doxygen/dox/api-compat-macros.dox index b420c75..c8c9d7a 100644 --- a/doxygen/dox/api-compat-macros.dox +++ b/doxygen/dox/api-compat-macros.dox @@ -281,14 +281,14 @@ \warning Please be aware that some function mappings use mapped structures, as - well. If compiling an application with a function mapping that uses + well. If compiling an application with a function mapping that uses a mapped structure, you must include each function and mapped structure plus EVERY function that uses the mapped structure, whether or not that function is used in the application. \Emph{In 1.12, mappings of structures are used by the H5L and H5O function mappings.}\n\n - For example, an application only calls \Code{H5Lvisit}, \Code{H5Ovisit}, - and \Code{H5Oget_info_by_name}. To compile this application with 1.10 APIs - in 1.12 with the function specific mappings, then not only must + For example, an application \Code{application.c} only calls \Code{H5Lvisit}, + \Code{H5Ovisit}, and \Code{H5Oget_info_by_name}. To compile this application + with 1.10 APIs in 1.12 with the function specific mappings, then not only must \Code{H5Lvisit_vers}, \Code{H5Ovisit_vers}, and \Code{H5Oget_info_by_name_vers} be specified on the command line, but the mapped structures and every function that uses the mapped structures must be included, as well. @@ -302,6 +302,207 @@ \endcode \subsubsection fun-options-112 Function Mapping Options in Releases 1.12.x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Macro
(\Code{H5xxx})
Default function used if no macro specified +
  • Function/struct mapping:\Code{H5xxx_vers=N}
+
Function used if specifying 1.10 +
  • Function/struct mapping: \Code{H5xxx_vers=1}
+
H5Lget_info()H5Lget_info2() +
    +
  • Function mapping:\Code{H5Lget_info_vers=2}
  • +
  • Struct mapping:\Code{H5L_info_t_vers=2}
  • +
+
H5Lget_info1() +
    +
  • Function mapping \Code{H5Lget_info_vers=1}
  • +
  • Struct mapping: \Code{H5L_info_t_vers=1}
  • +
+
H5Lget_info_by_idx()H5Lget_info_by_idx2() +
    +
  • Function mapping: \Code{H5Lget_info_by_idx_vers=2}
  • +
  • Struct mapping: \Code{H5L_info_t_vers=2}
  • +
+
H5Lget_info_by_idx1() +
    +
  • Function mapping: \Code{H5Lget_info_by_idx_vers=1}
  • +
  • Struct mapping: \Code{H5L_info_t_vers=1}
  • +
+
H5Literate()H5Literate2() +
    +
  • Function mapping: \Code{H5Literate_vers=2}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=2}
  • +
+
H5Literate1() +
    +
  • Function mapping: \Code{H5Literate_vers=1}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=1}
  • +
+
H5Literate_by_name()H5Literate_by_name2() +
    +
  • Function mapping: \Code{H5Literate_by_name_vers=2}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=2}
  • +
+
H5Literate_by_name1() +
    +
  • Function mapping: \Code{H5Literate_by_name_vers=1}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=1}
  • +
+
H5Lvisit()H5Lvisit2() +
    +
  • Function mapping: \Code{H5Lvisit_vers=2}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=2}
  • +
+
H5Lvisit1() +
    +
  • Function mapping: \Code{H5Lvisit_vers=1}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=1}
  • +
+
H5Lvisit_by_name()H5Lvisit_by_name2() +
    +
  • Function mapping: \Code{H5Lvisit_by_name_vers=2}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=2}
  • +
+
H5Lvisit_by_name1() +
    +
  • Function mapping: \Code{H5Lvisit_by_name_vers=1}
  • +
  • Struct mapping: \Code{H5L_iterate_t_vers=1}
  • +
+
H5Oget_info()H5Oget_info3() +
    +
  • Function mapping: \Code{H5Oget_info_vers=3}
  • +
  • Struct mapping: \Code{H5O_info_t_vers=2}
  • +
+
H5Oget_info1() +
    +
  • Function mapping: \Code{H5Oget_info_vers=1}
  • +
  • Struct mapping: \Code{H5O_info_t_vers=1}
  • +
+
H5Oget_info_by_idx()H5Oget_info_by_idx3() +
  • Function mapping: \Code{H5Oget_info_by_idx_vers=3}
  • +
  • Struct mapping: \Code{H5O_info_t_vers=2}
  • +
+
H5Oget_info_by_idx1() +
    +
  • Function mapping: \Code{H5Oget_info_by_idx_vers=1}
  • +
  • Struct mapping: \Code{H5O_info_t_vers=1}
  • +
+
H5Oget_info_by_name()H5Oget_info_by_name3() +
    +
  • Function mapping: \Code{H5O_get_info_by_name_vers=3}
  • +
  • Struct mapping: \Code{H5O_info_t_vers=2}
  • +
+
H5Oget_info_by_name1() +
    +
  • Function mapping: \Code{H5O_get_info_by_name_vers=1}
  • +
  • Struct mapping: \Code{H5O_info_t_vers=1}
  • +
+
H5Ovisit()H5Ovisit3() +
    +
  • Function mapping: \Code{H5Ovisit_vers=3}
  • +
  • Struct mapping: \Code{H5O_iterate_t_vers=2}
  • +
+
H5Ovisit1() +
  • Function mapping: \Code{H5Ovisit_vers=1}
  • +
  • Struct mapping: \Code{H5O_iterate_t_vers=1}
  • +
+
H5Ovisit_by_name()H5Ovisit_by_name3() +
    +
  • Function mapping: \Code{H5Ovisit_by_name_vers=3}
  • +
  • Struct mapping: \Code{H5O_iterate_t_vers=2}
  • +
+
H5Ovisit_by_name1() +
    +
  • Function mapping: \Code{H5Ovisit_by_name_vers=1}
  • +
  • Struct mapping: \Code{H5O_iterate_t_vers=1}
  • +
+
H5Pencode()H5Pencode2() +
    +
  • Function mapping: \Code{H5Pencode_vers=2}
  • +
+
H5Pencode1() +
    +
  • Function mapping: \Code{H5Pencode_vers=1}
  • +
+
H5Sencode()H5Sencode2() +
    +
  • Function mapping: \Code{H5Sencode_vers=2}
  • +
+
H5Sencode1() +
    +
  • Function mapping: \Code{H5Sencode_vers=1}
  • +
+
+ \subsubsection fun-options-110 Function Mapping Options in Releases 1.10.x \subsubsection fun-options-18 Function Mapping Options in Releases 1.8.x \subsubsection further Further Information -- cgit v0.12