diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-20 14:41:13 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-20 14:41:13 (GMT) |
commit | 29bf0662db641fde339ff9237bd1277509a047f1 (patch) | |
tree | 159c0ea547f974050e64a51da81d6fff4097896b /doc | |
parent | 365dac33e385affcb57a6b8a5cf53f8d03ac2510 (diff) | |
download | hdf5-29bf0662db641fde339ff9237bd1277509a047f1.zip hdf5-29bf0662db641fde339ff9237bd1277509a047f1.tar.gz hdf5-29bf0662db641fde339ff9237bd1277509a047f1.tar.bz2 |
[svn-r516] Changes since 19980720
----------------------
./doc/html/H5.format.html
./src/H5F.c
./src/H5Gprivate.h
./src/H5Oshared.c
Added file alignment fields: the boot block has an extra
reserved address field. The symbol table entry scratch pad
space was reduced from 24 bytes to 16 bytes. The index
permutation was moved earlier in the data type message for
compound data types and extra padding was added. Four bytes
of padding was added to the shared message format.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/H5.format.html | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 0b4da0c..ce7e112 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -179,6 +179,10 @@ </tr> <tr align=center> + <td colspan=4>Reserved Address</td> + </tr> + + <tr align=center> <td colspan=4><br>Root Group Symbol Table Entry<br><br></td> </tr> </table> @@ -390,6 +394,13 @@ </tr> <tr valign=top> + <td>Reserved Address</td> + <td>This address field is present for alignment purposes and + is always set to the undefined address value (all bits + set).</td> + </tr> + + <tr valign=top> <td>Root Group Symbol Table Entry</td> <td>This symbol-table entry (described later in this document) refers to the entry point into the group @@ -705,7 +716,7 @@ </tr> <tr align=center> - <td colspan=4><br><br>Scratch-pad Space (24 bytes)<br><br><br></td> + <td colspan=4><br><br>Scratch-pad Space (16 bytes)<br><br><br></td> </tr> </table> </center> @@ -2142,36 +2153,40 @@ <tr align=center> <td colspan=4><br><br>Name (null terminated, multiple of - four bytes)<br><br><br></td> + eight bytes)<br><br><br></td> </tr> <tr align=center> <td colspan=4>Byte Offset of Member in Compound Instance</td> </tr> - <tr> + <tr align=center> <td>Dimensionality</td> <td colspan=3>reserved</td> </tr> <tr align=center> - <td colspan=4>Size of Dimension 0 (optional)</td> + <td colspan=4>Dimension Permutation</td> </tr> <tr align=center> - <td colspan=4>Size of Dimension 1 (optional)</td> + <td colspan=4>Reserved</td> </tr> <tr align=center> - <td colspan=4>Size of Dimension 2 (optional)</td> + <td colspan=4>Size of Dimension 0 (required)</td> </tr> <tr align=center> - <td colspan=4>Size of Dimension 3 (optional)</td> + <td colspan=4>Size of Dimension 1 (required)</td> </tr> <tr align=center> - <td colspan=4>Dimension Permutation</td> + <td colspan=4>Size of Dimension 2 (required)</td> + </tr> + + <tr align=center> + <td colspan=4>Size of Dimension 3 (required)</td> </tr> <tr align=center> @@ -3093,7 +3108,7 @@ data-type. <address><a href="mailto:koziol@ncsa.uiuc.edu">Quincey Koziol</a></address> <address><a href="mailto:matzke@llnl.gov">Robb Matzke</a></address> <!-- hhmts start --> -Last modified: Mon Jul 20 09:16:11 EDT 1998 +Last modified: Mon Jul 20 10:17:03 EDT 1998 <!-- hhmts end --> </body> </html> |