My Project
1.14.3
Loading...
Searching...
No Matches
H5Include.h
1
// C++ informative line for the emacs editor: -*- C++ -*-
2
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3
* Copyright by The HDF Group. *
4
* All rights reserved. *
5
* *
6
* This file is part of HDF5. The full HDF5 copyright notice, including *
7
* terms governing use, modification, and redistribution, is contained in *
8
* the COPYING file, which can be found at the root of the source code *
9
* distribution tree, or in https://www.hdfgroup.org/licenses. *
10
* If you do not have access to either file, you may request a copy from *
11
* help@hdfgroup.org. *
12
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
14
#include <hdf5.h>
15
16
// These are defined in H5Opkg.h, which should not be included in the C++ API,
17
// so re-define them here for now.
18
19
/* Initial version of the object header format */
20
#define H5O_VERSION_1 1
21
22
/* Revised version - leaves out reserved bytes and alignment padding, and adds
23
* magic number as prefix and checksum as suffix for all chunks.
24
*/
25
#define H5O_VERSION_2 2
The HDF Group Help Desk:
Copyright by The HDF Group