Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
WIFSHDF.h
Go to the documentation of this file.
1 /*
2 
3 $Header: /app/shared/RCS/irix-5.2/seawifsd/src/hdfio/Shared.V4.2/L012_Util/util/hdf/WIFSHDF.h,v 4.10 1995/01/17 19:58:14 seawifsd Exp seawifsd $
4 $Log: WIFSHDF.h,v $
5 Revision 4.10 1995/01/17 19:58:14 seawifsd
6 Jan. 17, 1994, V4.10
7 
8 Revision 4.1 1995/01/17 14:14:30 seawifsd
9 Jan. 9, 1994, 4.0
10 
11 Revision 3.3 1994/11/08 18:46:33 seawifsd
12 Nov. 8, 1994, 3.3a3
13 
14 Revision 3.3 1994/11/08 15:04:31 seawifsd
15 Nov. 8, 1994, 3.3a2
16 
17 Revision 1.1.1.3 1994/10/04 15:48:40 frank
18 added the proper header files to be compiled under ANSI.
19 
20 Revision 1.1.1.2 1994/05/23 15:27:51 frank
21 included prototype declaration header file 'WIFSHDF_proto.h' so that
22 compiling with ANSI will work correctly.
23 
24 Revision 1.2 1994/05/10 18:48:55 seawifst
25 May 6, 1994 version 1.2
26  Summary 1.1.1.1 to 1.1.1.1(total 1 revisions):
27  * added BY_LABEL definition
28 
29 Revision 1.1.1.1 1994/04/20 19:10:39 frank
30 added BY_LABEL definition
31 
32 Revision 1.1 1994/04/19 13:32:33 seawifst
33 Initial revision
34 
35 
36  */
37 
38 
39 #ifndef WIFSHDF_H_
40 #define WIFSHDF_H_
41 
42 #define ACCESS_BY_NAME 1
43 #define ACCESS_BY_INDEX 2
44 #define ACCESS_BY_ID 3
45 #define ACCESS_BY_REF 4
46 #define ACCESS_BY_LABEL 5
47 
48 #define BY_NAME ACCESS_BY_NAME
49 #define BY_INDEX ACCESS_BY_INDEX
50 #define BY_ID ACCESS_BY_ID
51 #define BY_REF ACCESS_BY_REF
52 #define BY_LABEL ACCESS_BY_LABEL
53 
54 #define BY_NAME_STR "BY_NAME"
55 #define BY_INDEX_STR "BY_INDEX"
56 #define BY_ID_STR "BY_ID"
57 #define BY_REF_STR "BY_REF"
58 #define BY_LABEL_STR "BY_LABEL"
59 
60 //#include "usrhdr.h"
61 #include "usrmac.h"
62 //#include "hdfhdr.h"
63 //#include "hdfmac.h"
64 #include "SeaWiFS.h"
65 #include "WIFSHDF_proto.h"
66 #endif /* WIFSHDF_H_ */