Files
hdf5/doc/html/Glossary.html
Frank Baker e7c0ca229f [svn-r1579]
H5.format.html
	Expanded introduction.
	New HDF5 Group and HDF5 Object drawings.
	Beginnings of a general edit.

FF-IH_FileGroup.gif
FF-IH_FileObject.gif
	New drawings for Format Spec (H5.format.html).

Glossary.html
	Have begun adding terms, though as yet without definitions.
1999-08-19 15:43:51 -05:00

190 lines
4.7 KiB
HTML

<html><head><title>
HDF5 Glossary
</title></head>
<body>
<hr>
<center>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;&nbsp;
<a href="RM_H5.html">H5</a>&nbsp;&nbsp;
<a href="RM_H5A.html">H5A</a>&nbsp;&nbsp;
<a href="RM_H5D.html">H5D</a>&nbsp;&nbsp;
<a href="RM_H5E.html">H5E</a>&nbsp;&nbsp;
<a href="RM_H5F.html">H5F</a>&nbsp;&nbsp;
<a href="RM_H5G.html">H5G</a>&nbsp;&nbsp;
<a href="RM_H5P.html">H5P</a>&nbsp;&nbsp;
<a href="RM_H5S.html">H5S</a>&nbsp;&nbsp;
<a href="RM_H5T.html">H5T</a>&nbsp;&nbsp;
<a href="RM_H5Z.html">H5Z</a>&nbsp;&nbsp;
Glossary
</center>
<hr>
<center>
<h1>HDF5 Glossary</h1>
</center>
<i>(<b>Under construction:</b>
This is the bare beginning of a Glossary to accompany the HDF5
documentation; it is by no means complete.)</i>
<center>
<table width=90% border=0>
<tr><td valign=top align=left width=33%>
<dl>
<dt>atomic datatype
<dt>attribute
<dt><a href="#Glossary-Basic">basic datatypes</a>
<dt>boot block
<dt>chunked layout
<dt>chunking
<dt><a href="#Glossary-Complex">complex datatype</a>
<dt>compound datatype
<dt>compound element
<dt>contiguous layout
<dt>dataset
<dt>dataspace
<dl>
<dt>dimensions
<dt>selection
</dl>
</dl>
</td>
<td valign=top align=left width=34%>
<dl>
<dt>datatype
<dl>
<dt>atomic datatype
<dt><a href="#Glossary-Basic">basic datatypes</a>
<dt><a href="#Glossary-Complex">complex datatype</a>
<dt>compound datatype
<dt><a href="#Glossary-DiskIO">disk I/O data types</a>
<dt>named datatype
<dt>opaque datatype
</dl>
<dt>dimensions
<dt><a href="#Glossary-DiskIO">disk I/O data types</a>
<dt>element
<dt>file
<dl>
<dt>boot block
<dt>compound element
<dt>element
<dt>group
<dt>path
<dt>root group
</dl>
<dt>group
<dl>
<dt>element
<dt>member
<dt>root group
</dl>
</dl>
</td>
<td valign=top align=left width=33%>
<dl>
<dt>hard link
<dt>identifier
<dt>layout
<dl>
<dt>chunked layout
<dt>chunking
<dt>contiguous layout
<dt>storage layout
</dl>
<dt>links
<dl>
<dt>hard link
<dt>soft link
<dt>softlink name
</dl>
<dt>member
<dt>named datatype
<dt>opaque datatype
<dt>path
<dt>root group
<dt>selection
<dt>soft link
<dt>softlink name
<dt>storage layout
<dt>target
</dl>
</td></tr>
</table>
</center>
<hr>
(Aside from the datatype information below, this list is drawn from the HDF5 DDL.
Not yet included: terms such as
integer, string, float...
dataspace name, scalar space data...
...)
<hr>
<a name="Glossary-Basic">basic data types:</a>
<ul>
<li><em>(Some data types may change substantially en route to
Release 1.0.)</em>
<li>char - 8-bit character (only for ASCII information)
<li>int8 - 8-bit signed integer
<li>uint8 - 8-bit unsigned integer
<li>int16 - 16-bit signed integer
<li>uint16 - 16-bit unsigned integer
<li>int32 - 32-bit signed integer
<li>uint32 - 32-bit unsigned integer
<li>intn - "native" signed integer
<li>uintn - "native" unsigned integer
<li>int64 - 64-bit signed integer (new)
<li>uint64 - 64-bit unsigned integer (new)
<li>float32 - 32-bit IEEE float
<li>float64 - 64-bit IEEE float
</ul>
<a name="Glossary-Complex">Complex data types:</a>
<ul>
<li><em>(Some data types may change substantially en route to
Release 1.0.)</em>
<li>hid_t - 32-bit unsigned integer used as ID for memory objects
<li>hoid_t - 32-bit unsigned integer (currently) used as ID for disk-based
objects
<li>hbool_t - boolean to indicate true/false/error codes from functions
<li>herr_t - 32-bit integer to indicate succeed/fail codes from functions
</ul>
<a name="Glossary-DiskIO">disk I/O data types:</a>
<ul>
<li><em>(Some data types may change substantially en route to
Release 1.0.)</em>
<li>hoff_t - (64-bit?) offset on disk in bytes
<li>hlen_t - (64-bit?) length on disk in bytes
</ul>
<hr>
<center>
<a href="RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;&nbsp;
<a href="RM_H5.html">H5</a>&nbsp;&nbsp;
<a href="RM_H5A.html">H5A</a>&nbsp;&nbsp;
<a href="RM_H5D.html">H5D</a>&nbsp;&nbsp;
<a href="RM_H5E.html">H5E</a>&nbsp;&nbsp;
<a href="RM_H5F.html">H5F</a>&nbsp;&nbsp;
<a href="RM_H5G.html">H5G</a>&nbsp;&nbsp;
<a href="RM_H5P.html">H5P</a>&nbsp;&nbsp;
<a href="RM_H5S.html">H5S</a>&nbsp;&nbsp;
<a href="RM_H5T.html">H5T</a>&nbsp;&nbsp;
<a href="RM_H5Z.html">H5Z</a>&nbsp;&nbsp;
Glossary
</center>
<hr>
<address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
Last modified: 14 July 1998
</body>
</html>