diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-04-11 22:45:26 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-04-11 22:45:26 (GMT) |
commit | 365b06f606dac49dd7f09e5defdb7fff6c48efd3 (patch) | |
tree | 2833c3e7f48008d0ec16dd758eb32a3671bb1dd5 /doc/html/RM_H5.html | |
parent | 447c7e4d37e16fc95dc38b1e267d41eed3818ece (diff) | |
download | hdf5-365b06f606dac49dd7f09e5defdb7fff6c48efd3.zip hdf5-365b06f606dac49dd7f09e5defdb7fff6c48efd3.tar.gz hdf5-365b06f606dac49dd7f09e5defdb7fff6c48efd3.tar.bz2 |
[svn-r3803]
Purpose:
Importing RM changes from 1.4 release branch into development branch (1.5)
Diffstat (limited to 'doc/html/RM_H5.html')
-rw-r--r-- | doc/html/RM_H5.html | 90 |
1 files changed, 87 insertions, 3 deletions
diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html index 7625f4a..b19b30c 100644 --- a/doc/html/RM_H5.html +++ b/doc/html/RM_H5.html @@ -49,6 +49,9 @@ H5 These functions serve general-purpose needs of the HDF5 library and it users. +<p> +<strong>The C Interfaces:</strong> + <table border=0> <tr><td valign=top> <ul> @@ -68,6 +71,37 @@ and it users. </td></tr> </table> +<p> +<strong>The FORTRAN90 Interfaces:</strong> + +<br> +<font size=-1> +<i>In general, each FORTRAN90 subroutine performs exactly the same task +as the corresponding C function. The links below go to the C function +descriptions, which serve as general descriptions for both. A button, +under <strong>Non-C API(s)</strong> at the end of the C function description, +opens an external browser window displaying the FORTRAN90-specific +information. You will probably want to adjust the size and location of +this external window so that both browser windows are visible and to +facilitate moving easily between them.</i> +</font> + +<table border=0> +<tr><td valign=top> +<ul> + <li><a href="#Library-Open">h5open_f</a> +</ul> +</td><td> </td><td valign=top> +<ul> + <li><a href="#Library-Close">h5close_f</a> +</ul> +</td><td> </td><td valign=top> +<ul> + +</ul> +</td></tr> +</table> + <hr> <dl> @@ -88,6 +122,13 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5open_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -101,7 +142,7 @@ and it users. <dt><strong>Description:</strong> <dd><code>H5close</code> flushes all data to disk, closes all file identifiers, and cleans up all memory used by - the library. This function is generall called when the + the library. This function is generally called when the application calls <code>exit</code>, but may be called earlier in event of an emergency shutdown or out of desire to free all resources used by the HDF5 library. @@ -112,6 +153,13 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5close_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -143,6 +191,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -174,6 +231,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -203,6 +269,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -242,6 +317,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful. Upon failure, this function causes the application to abort. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -285,10 +369,10 @@ H5 <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 17 July 2000 +Last modified: 20 March 2001 <br> -Describes HDF5 Release 1.4, February 2001 +Describes HDF5 Release 1.4.1, April 2001 </body> |