MISR Toolkit
1.5.1
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Typedefs
+
Data Structures
Data Structures
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Typedefs
_
a
b
c
d
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
y
z
+
Enumerations
a
b
c
f
g
h
j
m
n
p
r
t
v
y
+
Enumerator
a
b
c
d
f
g
h
i
j
k
m
n
o
r
s
t
u
v
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
win64
HDF5_1.8.21
include
H5Include.h
Go to the documentation of this file.
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://support.hdfgroup.org/ftp/HDF5/releases. *
11
* If you do not have access to either file, you may request a copy from *
12
* help@hdfgroup.org. *
13
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14
15
#include <
hdf5.h
>
16
17
// Define bool type for platforms that don't support bool yet
18
#ifdef BOOL_NOTDEFINED
19
#ifdef false
20
#undef false
21
#endif
22
#ifdef true
23
#undef true
24
#endif
25
typedef
int
bool
;
26
const
bool
false
= 0;
27
const
bool
true
= 1;
28
#endif
29
30
// These are defined in H5Opkg.h, which should not be included in the C++ API,
31
// so re-define them here for now.
32
33
/* Initial version of the object header format */
34
#define H5O_VERSION_1 1
35
36
/* Revised version - leaves out reserved bytes and alignment padding, and adds
37
* magic number as prefix and checksum as suffix for all chunks.
38
*/
39
#define H5O_VERSION_2 2
40
hdf5.h
bool
unsigned char bool
Definition:
dirent_win32.h:40
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52