diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1998-09-09 22:48:37 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1998-09-09 22:48:37 (GMT) |
commit | dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f (patch) | |
tree | 956b9373d467b08ae711b700ec4edfa6cf9b9095 /doc/html/Version.html | |
parent | 2a7c272a69a84366f197c8610715d3ff1f11c37b (diff) | |
download | hdf5-dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f.zip hdf5-dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f.tar.gz hdf5-dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f.tar.bz2 |
[svn-r680] H5.user.html
A little editorial cleanup.
Added link to Ragged.html, Ragged Arrays.
Added link to Environment.html, Environmental Variables and
Configuration Parameters.
Added link to Copyright.html.
Ragged.html
Added "Use at your own risk" notice.
Environment.html
New file for environmental variables and configuration parameters.
Datatypes.html
Added the following datatypes:
H5T_NATIVE_HSIZE
H5T_NATIVE_HSSIZE
H5T_NATIVE_HERR
H5T_NATIVE_HBOOL
Section 8, "Data Conversions"
Added named link tag to catch hyperlink from RM.
Revised "Note:" to emphasize limited inate data-conversion capability.
Copyright.html
New file.
Copyright statement, linked into User's Guide and Reference Manual.
Glossary.html
Unlinked for Beta.
General
Changed email link at bottom of "user guide level documents"
(as contrasted with "developer guide level documents"
listed on the lower half of the User's Guide front page)
to HDF Help Desk, hdfhelp@ncsa.uiuc.edu.
Changed the following function names:
From: To:
H5version H5get_libversion
H5vers_check H5check_version
H5Anum_attrs H5Aget_num_attrs
H5Fget_create_template() H5Fget_create_plist()
H5Fget_access_template() H5Fget_access_plist()
H5Gstat H5Gget_stat
H5Sextent_npoints H5Sget_simple_extent_npoints
H5Sextent_ndims H5Sget_simple_extent_ndims
H5Sextent_dims H5Sget_simple_extent_dims
H5Sget_class H5Sget_simple_extent_type
H5Sselect_npoints H5Sget_select_npoints
Diffstat (limited to 'doc/html/Version.html')
-rw-r--r-- | doc/html/Version.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/html/Version.html b/doc/html/Version.html index 3b35124..abc5515 100644 --- a/doc/html/Version.html +++ b/doc/html/Version.html @@ -94,7 +94,7 @@ include file and determine the version of the include files. <br><br> - <dt><code>herr_t H5version (unsigned *<em>majnum</em>, unsigned + <dt><code>herr_t H5get_libversion (unsigned *<em>majnum</em>, unsigned *<em>minnum</em>, unsigned *<em>relnum</em>)</code> <dd>This function returns through its arguments the version numbers for the library to which the application is linked. @@ -112,20 +112,32 @@ standard error stream and aborts with a core dump. <br><br> - <dt><code>herr_t H5vers_check (unsigned <em>majnum</em>, + <dt><code>herr_t H5check_version (unsigned <em>majnum</em>, unsigned <em>minnum</em>, unsigned <em>relnum</em>)</code> <dd>This function is called by the <code>H5check()</code> macro with the include file version constants. The function compares its arguments to the result returned by - <code>H5version()</code> and if a mismatch is detected prints + <code>H5get_libversion()</code> and if a mismatch is detected prints an error message on the standard error stream and aborts. </dl> +<!-- <hr> <address><a href="mailto:matzke@llnl.gov">Robb Matzke</a></address> +--> <!-- Created: Wed Apr 22 11:24:40 EDT 1998 --> <!-- hhmts start --> +<!-- Last modified: Mon Jul 20 11:42:20 EDT 1998 +--> <!-- hhmts end --> + +<hr> +<address> +<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> + +<br> +Last modified: 3 September 1998 + </body> </html> |