Mapper
shef.h
Go to the documentation of this file.
1 
2 /* The following 6 NUM_ values size the arrays for inputparm */
3 /* ver 1.1 SEP 10, 97 DGB
4  Added MAX_INPUT. This will replace the 80 character
5  limit on shef input.
6  Add MAX_COMMENT_LENGTH.
7  JAN 29 98 DGB
8  Add NUM_BLANKS parameter.
9  JUN 21 00 DGB
10  Add ACT_ON_TRANSACTIONS
11  ver 1.2 OCT 21 2000
12  Change MAX_ACCEPTABLE_CATEGORIES from 5 to 7
13  ver 1.3 FEB 07 2001
14  Change NUM_PEVAL from 190 to 250 and NUM_TS from
15  165 to 180
16 */
17 #define NUM_BLANKS 150 /* dgb:01/29/98 */
18 #define NUM_PEVAL 350 /* dgb:02/07/01 */
19 #define NUM_DURVAL 135
20 #define NUM_TSVAL 280 /* dgb:02/07/01 */
21 #define NUM_EXVAL 130
22 #define NUM_PROVAL 140
23 #define NUM_SENVAL 145
24 #define PE_SIZE 4
25 #define TS_SIZE 3
26 #define MAX_ACCEPTABLE_PE 120
27 #define MAX_ACCEPTABLE_TS 150
28 #define MAXLIN 130
29 #define MAX_ACCEPTABLE_CATEGORIES 7 /* dgb:10/21/00 */
30 #define MAX_BUFF_CFG_LINE 600
31 #define LIMIT_OF_MISSING_DATA -9000
32 #define TOLERANCE 1
33 #define PRINT_UNKNOWN_STATIONS 0
34 #define PRINT_UNKNOWN_SENSORS 0
35 #define MISSING_VALUE -99
36 #define MISSING_CRITERIA -98
37 #define MAX_F 91
38 #define MAX_SHEF_INPUT 150 /* dgb:09/10/97 */
39 #define MAX_COMMENT_LENGTH 80 /* dgb:09/10/97 */
40 #define ACT_ON_TRANSACTIONS 1500 /* dgb:06/21/00 */