OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
MS_misc.h
Go to the documentation of this file.
1 #ifndef MS_MISC_H
2 #define MS_MISC_H
3 
4 /*
5 !C-INC************************************************************************
6 
7 !Description: This header file contains miscellaneous MACRO definitions
8  for the L1A software.
9 
10 !Input Parameters:
11  N/A
12 
13 !Output Parameters:
14  N/A
15 
16 Return Values:
17  N/A
18 
19 Externally Defined:
20  N/A
21 
22 Called By:
23  N/A
24 
25 Routines Called:
26  N/A
27 
28 !Revision History:
29  Revision 1.0 1997/09/24 14:45 EDT
30  Timi Adelekan/GSC/SAIC (adelekan@ltpmail.gsfc.nasa.gov)
31  Created include file from Version 1 include files:
32  modis_init.h,
33 
34 !Team-unique Header:
35  This software is developed by the MODIS Science
36  Data Support Team (SDST) for the National Aeronautics
37  and Space Administration (NASA), Goddard Space Flight
38  Center (GSFC), under contract NAS5-32373.
39 
40 !References and Credits:
41  None
42 
43 !Design Notes:
44  The ".h" file below was specifically written for development
45  in C. Any other language choice may require reworking of the
46  ".h" file before coding can begin.
47 
48 !END**********************************************************************
49 */
50 
51 
52 #define MS_HEADER_BUFF_SIZE 10000
53 #define MS_FOOTER_BUFF_SIZE 1
54 
55 #define MS_MT_EXIT_FATAL_FAILURE 1
56 #define MS_MT_EXIT_SUCCESS 0
57 
58 #define MS_BLANK ' '
59 #define MS_COMMENT '-'
60 #define MS_NEW_LINE '\n'
61 
62 #endif /* MS_MISC_H */