MISR Toolkit  1.5.1
H5FDwindows.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * Copyright by the Board of Trustees of the University of Illinois. *
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://support.hdfgroup.org/ftp/HDF5/releases. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 /*
15  * Programmer: Scott Wegner <swegner@hdfgroup.org>
16  * Based on code by Robb Matzke
17  * Thursday, May 24 2007
18  *
19  * Purpose: The public header file for the windows driver.
20  */
21 #ifndef H5FDwindows_H
22 #define H5FDwindows_H
23 
24 #include "H5Ipublic.h"
25 #include "H5FDsec2.h"
26 
27 #define H5FD_WINDOWS (H5FD_windows_init())
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 /* The code behind the windows VFD has been removed and the windows
34  * VFD initialization has been redirected to the SEC2 driver. The
35  * "Windows" VFD was actually identical to the SEC2 driver code
36  * (a planned Win32 API driver never happened) so this change
37  * should be transparent to users.
38  */
39 #define H5FD_windows_init H5FD_sec2_init
40 #define H5FD_windows_term H5FD_sec2_term
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif
#define H5_DLL
Definition: H5api_adpt.h:256
int herr_t
Definition: H5public.h:124
H5_DLL herr_t H5Pset_fapl_windows(hid_t fapl_id)
int hid_t
Definition: H5Ipublic.h:54

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52