summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2005-10-25 22:14:54 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2005-10-25 22:14:54 (GMT)
commita535e8907179b2448ad58b4b9f9affa44b7e13da (patch)
treec90d2f37dff56eb2b1de2eec6298cbd0922b0d68 /doc
parent40db917f087357eeaaa62d17c06e4148d070f672 (diff)
downloadhdf5-a535e8907179b2448ad58b4b9f9affa44b7e13da.zip
hdf5-a535e8907179b2448ad58b4b9f9affa44b7e13da.tar.gz
hdf5-a535e8907179b2448ad58b4b9f9affa44b7e13da.tar.bz2
[svn-r11604]
Description: H5Fget_obj_count: Add H5F_OBJ_LOCAL to object type list. H5Rget_obj_type: Fix typo in parameters section. H5Tset_tag: Add note that tag is limited to 256 bytes. Platforms tested: Firefox, Safari
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5F.html9
-rw-r--r--doc/html/RM_H5R.html2
-rw-r--r--doc/html/RM_H5T.html9
3 files changed, 16 insertions, 4 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html
index 052255e..232caab 100644
--- a/doc/html/RM_H5F.html
+++ b/doc/html/RM_H5F.html
@@ -856,7 +856,7 @@ END SUBROUTINE h5fget_name_f
</td><td valign=top>
Named datatypes only
</td></tr><tr><td valign=top>
- <code>H5F_OBJ_ATTR&nbsp;&nbsp;</code>
+ <code>H5F_OBJ_ATTR</code>
</td><td valign=top>
Attributes only
</td></tr><tr><td valign=top>
@@ -867,9 +867,14 @@ END SUBROUTINE h5fget_name_f
(I.e., <code>H5F_OBJ_FILE</code> | <code>H5F_OBJ_DATASET</code> |
<code>H5F_OBJ_GROUP</code> | <code>H5F_OBJ_DATATYPE</code>
| <code>H5F_OBJ_ATTR</code> )
+ </td></tr><tr><td valign=top>
+ <code>H5F_OBJ_LOCAL</code>
+ </td><td valign=top>
+ Restrict search to objects opened through current file identifier.
</td></tr>
</table>
</center>
+ <p>
Multiple object types can be combined with the
logical <code>OR</code> operator (<code>|</code>).
For example, the expression <code>(H5F_OBJ_DATASET|H5F_OBJ_GROUP)</code> would call for
@@ -1477,7 +1482,7 @@ Describes HDF5 Release 1.6.5, October 2005
</address>
<!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 24 August 2004");
+document.writeln("Last modified: 25 October 2005");
-->
</SCRIPT>
diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html
index 298364b..04a9061 100644
--- a/doc/html/RM_H5R.html
+++ b/doc/html/RM_H5R.html
@@ -396,7 +396,7 @@ END SUBROUTINE h5rdereference_f
<dt><strong>Parameters:</strong>
<ul><table>
<tr>
- <td valign="top"><em>hid_t</em> <code>id</code>,</td>
+ <td valign="top"><em>hid_t</em> <code>id</code></td>
<td valign="top">IN: The dataset containing the reference object or
the location identifier of the object that the
dataset is located within.</td></tr>
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index 3d2d16d..b03ca0e 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -1676,6 +1676,9 @@ END SUBROUTINE h5tget_inpad_f
<dd>Given a compound datatype, <code>cdtype_id</code>, the function
<code>H5Tget_member_class</code> returns the datatype class of
the compound datatype member specified by <code>member_no</code>.
+ <p>
+ Valid class identifiers are as defined in
+ <a href="#Datatype-GetClass"><code>H5Tget_class</code></a>.
<dt><strong>Parameters:</strong>
<ul><table>
<tr>
@@ -4016,6 +4019,10 @@ END SUBROUTINE h5tset_strpad_f
<dt><strong>Description:</strong>
<dd><code>H5Tset_tag</code> tags an opaque datatype <code>type_id</code>
with a descriptive ASCII identifier,<code> tag</code>.
+ <p>
+ <code>tag</code> is intended to provide a concise description;
+ the maximum size is hard-coded in the HDF5 Library as 256 bytes
+ (<code>H5T_OPAQUE_TAG_MAX</code>).
<dt><strong>Parameters:</strong>
<ul><table>
<tr>
@@ -4217,7 +4224,7 @@ Describes HDF5 Release 1.6.5, October 2005
</address>
<!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 27 April 2005");
+document.writeln("Last modified: 25 October 2005");
-->
</SCRIPT>