H5Include.h 1.4 KB

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