forked from HDFGroup/hdf5_plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request HDFGroup#121 from bmribler/improve_release_specific
Added more page and improve format
- Loading branch information
Showing
6 changed files
with
131 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Additional New APIs | ||
redirect_from: | ||
- display/HDF5/Additional+New+APIs | ||
--- | ||
|
||
This page describes various new functions, a new struct, and new macros that are either unrelated to new features described elsewhere or have aspects that are unrelated to the feature where they are otherwise described. The page includes the following sections: | ||
|
||
Versioned Functions and Struct with Associated Macros | ||
Property List Encoding and Decoding Functions | ||
External File Prefix Functions | ||
Versioned Functions and Struct with Associated Macros | ||
Two functions in the HDF5 C interface, and a struct associated with one of those functions, have been versioned in this release. At the same time, interface compatibility macros were created for programmatic management of these functions. See API Compatibility Macros in HDF5 for a detailed discussion of versioned functions and structs and the related macros. | ||
|
||
These functions, struct, and macros are documented in the HDF5 Reference Manual: | ||
|
||
H5F_GET_INFO Macro for programmatic control of versioned functions | ||
H5F_GET_INFO1 Original function | ||
H5F_GET_INFO2 New version introduced at Release 1.10.0 | ||
|
||
H5R_DEREFERENCE Macro for programmatic control of versioned functions | ||
H5R_DEREFERENCE1 Original function | ||
H5R_DEREFERENCE2 New version introduced at Release 1.10.0 | ||
Property List Encoding and Decoding Functions | ||
Functions have been added in the HDF5 C interface to encode and decode property lists. | ||
|
||
These functions are documented in the HDF5 Reference Manual: | ||
|
||
H5P_ENCODE | ||
H5P_DECODE | ||
External File Prefix Functions | ||
Datasets that store raw data in external files can be created in HDF5. Functions have been added in the HDF5 C interface to enable such external files to be located via a relative path from the directory where the HDF5 file containing such a dataset is located: | ||
|
||
These functions are documented in the HDF5 Reference Manual: | ||
|
||
H5P_SET_EFILE_PREFIX | ||
H5P_GET_EFILE_PREFIX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.