From 6f3370b7b59ee3b6f8aa4ebb4be7f803bc64644f Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 1 May 2002 17:30:57 -0500 Subject: [svn-r5315] Purpose: Bugfix -- fixes #751 Description: Elaborated on 'ref' parameter type. Platforms tested: IE 5 --- doc/html/RM_H5R.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html index 92ed7c1..e6be079 100644 --- a/doc/html/RM_H5R.html +++ b/doc/html/RM_H5R.html @@ -125,11 +125,29 @@ facilitate moving easily between them. of the type specified in ref_type, pointing to the object name located at loc_id.

+ The HDF5 library maps the void type specified above + for ref to the type specified in ref_type, + which will be one of those appearing in the first column of + the following table. + The second column of the table lists the HDF5 constant associated + with each reference type. +

+ + + + + + + +
hdset_reg_ref_t  H5R_DATASET_REGION  Dataset region reference
hobj_ref_tH5R_OBJECTObject reference
+
+

The parameters loc_id and name are used to locate the object.

The parameter space_id identifies the region - to be pointed to (for dataset region references). + to be pointed to for a dataset region reference. + This parameter is unused with object references.

Parameters:
void *ref @@ -320,7 +338,7 @@ H5R   HDF Help Desk
-Last modified: 13 July 2000 +Last modified: 30 April 2002
Describes HDF5 Release 1.5, Unreleased Development Branch -- cgit v0.12