mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r7335] Purpose:
Update docs Description: Updated docs with new H5G_stat_t structure.
This commit is contained in:
parent
ed92f54f9b
commit
6a41c76c04
@ -748,8 +748,8 @@ create or access function.
|
||||
<code>H5Gget_objinfo</code> fills in the following data structure:
|
||||
<pre>
|
||||
typedef struct H5G_stat_t {
|
||||
unsigned long fileno[2];
|
||||
unsigned long objno[2];
|
||||
unsigned long fileno;
|
||||
haddr_t objno;
|
||||
unsigned nlink;
|
||||
int type;
|
||||
time_t mtime;
|
||||
@ -757,8 +757,8 @@ create or access function.
|
||||
} H5G_stat_t
|
||||
</pre>
|
||||
The <code>fileno</code> and <code>objno</code> fields contain
|
||||
four values which uniquely itentify an object among those
|
||||
HDF5 files which are open: if all four values are the same
|
||||
values which uniquely itentify an object among those
|
||||
HDF5 files which are open: if both values are the same
|
||||
between two objects, then the two objects are the same
|
||||
(provided both files are still open).
|
||||
<ul>
|
||||
|
@ -533,8 +533,8 @@ then be trivial.
|
||||
<code>H5Gget_objinfo()</code> fills in the following data structure:
|
||||
<pre>
|
||||
typedef struct H5G_stat_t {
|
||||
unsigned long fileno[2];
|
||||
unsigned long objno[2];
|
||||
unsigned long fileno;
|
||||
haddr_t objno;
|
||||
unsigned nlink;
|
||||
H5G_obj_t type;
|
||||
time_t mtime;
|
||||
@ -542,8 +542,8 @@ then be trivial.
|
||||
} H5G_stat_t
|
||||
</pre>
|
||||
The <code>fileno</code> and <code>objno</code> fields contain
|
||||
four values which uniquely itentify an object among those
|
||||
HDF5 files which are open: if all four values are the same
|
||||
values which uniquely itentify an object among those
|
||||
HDF5 files which are open: if both values are the same
|
||||
between two objects, then the two objects are the same
|
||||
(provided both files are still open).
|
||||
The <code>nlink</code> field is the number of hard links to
|
||||
|
Loading…
x
Reference in New Issue
Block a user