OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
hdf_object_proto.h
Go to the documentation of this file.
1 #ifndef HDF_OBJECT_PROTO_H_
2 #define HDF_OBJECT_PROTO_H_
3 
4 extern int32 create_ATTRObj
5 PROTO((int32 oid, ATTRObjType *attr));
6 
7 extern int32 get_ATTRObj
8 PROTO((int32 oid, ATTRObj *attr));
9 
10 extern int32 create_VGRPObj
11 PROTO((int32 fid, VGRPObjType *vgrp));
12 
13 extern int32 create_MFSDObj
14 PROTO((int32 fid, MFSDObjType *mfsd));
15 
16 extern uaddr find_VGRP
17 PROTO((char *group, char *class, uaddr MFSaddr));
18 
19 extern int32 attach_MFSD_to_VGRP
20 PROTO((int32 fid, MFSDObjType *mfsd, VGRPObjType *vgrp));
21 
22 extern int open_WIFSfile
23 PROTO((char *fname, int mode, int32 *fid, int32 *fid2));
24 
25 extern int close_WIFSfile
26 PROTO((int32 fid, int32 fid2));
27 
28 extern int32 create_WIFSfile
29 PROTO((uaddr MFSaddr));
30 
31 
32 #endif /* HDF_OBJECT_PROTO_H_ */
ATTRObjType ATTRObj
Definition: cdl_object.h:185
int32 create_ATTRObj PROTO((int32 oid, ATTRObjType *attr))
README for MOD_PR02AQUA(AQUA) Version to set to For disabling creating and output data sets when in night mode
Definition: README.txt:96
PRIVATE int32 fid2
Definition: getanc.c:109
uint32_t uaddr
Definition: config.h:59