MISR Toolkit  1.5.1
mfdatainfo.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 HDF. The full HDF 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/HDF/releases/. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 #ifndef MFDATAINFO_H
15 #define MFDATAINFO_H
16 
17 #include "H4api_adpt.h"
18 
19 /* Activate raw datainfo interface - added for hmap project in 2010 */
20 #if defined DATAINFO_MASTER || defined DATAINFO_TESTER
21 
22 #if defined c_plusplus || defined __cplusplus
23 extern "C"
24 {
25 #endif /* c_plusplus || __cplusplus */
26 
27 /* Public functions for getting raw data information */
28 
29 HDFLIBAPI intn SDgetdatainfo
30  (int32 sdsid, int32 *chk_coord, uintn start_block, uintn info_count,
31  int32 *offsetarray, int32 *lengtharray);
32 
33 HDFLIBAPI intn SDgetattdatainfo
34  (int32 id, int32 attrindex, int32 *offset, int32 *length);
35 
36 HDFLIBAPI intn SDgetoldattdatainfo
37  (int32 dimid, int32 sdsid, char *attr_name, int32 *offset, int32 *length);
38 
39 HDFLIBAPI intn SDgetanndatainfo
40  (int32 sdsid, ann_type annot_type, uintn size, int32* offsetarray,
41  int32* lengtharray);
42 
43 #if defined c_plusplus || defined __cplusplus
44 }
45 #endif /* c_plusplus || __cplusplus */
46 #endif /* DATAINFO_MASTER || DATAINFO_TESTER */
47 #endif /* _MF_DATAINFO */
HDFFCLIBAPI intf * size
ann_type
Definition: hdf.h:33
#define HDFLIBAPI
Definition: H4api_adpt.h:195
HDFFCLIBAPI intf * offset

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