OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
cdl_object_proto.h
Go to the documentation of this file.
1 #ifndef CDL_OBJECT_PROTO_H_
2 #define CDL_OBJECT_PROTO_H_
3 
4 extern int wifstype_atoi
5 PROTO((char *wifstypestr));
6 
7 extern char *wifstype_itoa
8 PROTO((int wifstype));
9 
10 extern int list_attrobj
11 PROTO((ATTRObjType *attr));
12 
13 extern int list_vgrpobj
14 PROTO((VGRPObjType *vgrp));
15 
16 extern int list_mfsdobj
17 PROTO((MFSDObjType *mfsd));
18 
19 extern int list_sfsdobj
20 PROTO((SFSDObjType *sfsd));
21 
22 extern int list_vsetobj
23 PROTO((VSETObjType *vset));
24 
25 extern int list_dfanobj
26 PROTO((DFANObjType *dfan));
27 
28 extern int list_CDL
29 PROTO((uint32 MFSaddr));
30 
31 
32 #endif /* CDL_OBJECT_PROTO_H_ */
int wifstype_atoi PROTO((char *wifstypestr))