diff --git a/MANIFEST b/MANIFEST index 36eb74088f..86ae68febd 100644 --- a/MANIFEST +++ b/MANIFEST @@ -235,6 +235,7 @@ ./src/H5Ocont.c ./src/H5Odtype.c ./src/H5Oefl.c +./src/H5Ofill.c ./src/H5Olayout.c ./src/H5Omtime.c ./src/H5Oname.c diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 86d591cfbd..9902bca82f 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -1,7 +1,7 @@
Data type examples are here. - +
The fill value message stores a single data point value which + is returned to the application when an uninitialized data point + is read from the dataset. The fill value is interpretted with + the same data type as the dataset. If no fill value message is + present then a fill value of all zero is assumed. + +
+
byte | +byte | +byte | +byte | +
---|---|---|---|
Size (4 bytes) | +|||
Fill Value |
+
+
Field Name | +Description | +
---|---|
Size (4 bytes) | +This is the size of the Fill Value field in bytes. | +
Fill Value | +The fill value. The bytes of the fill value are + interpreted using the same data type as for the dataset. | +