UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
General.h
1 /* $Revision: 1.11 $ General.h $Date: 2005/01/28 12:22:15 $ */
2 
3 #ifndef __General_h
4 #define __General_h
5 
6 
7 #include <mix/trace_file.h>
8 #include <mix/mod_table.h>
9 
10 
11 /*
12  * Old types, definitions and variables.
13  */
14 
15 #define SETUP_LEN 79
16 #define HUGE_LEN 1024
17 
18 #ifndef _SDStable_h
19 
20 /* SDS-5 system setup structure */
21 typedef struct
22 {
23  char sds5_SYSTEM[SETUP_LEN+1];
24  char sds5_PARM[SETUP_LEN+1];
25  char sds5_DATA[SETUP_LEN+1];
26  char sds5_PREP[SETUP_LEN+1];
27  char sds5_GO[SETUP_LEN+1];
28  char sds5_JOB[SETUP_LEN+1];
29  char sds5_LOG[SETUP_LEN+1];
30  char sds5_WDS[SETUP_LEN+1];
31  char sds5_DEBUG[SETUP_LEN+1];
32 
33 } SDS_setup;
34 
35 #endif /* _SDStable_h */
36 
37 /* Due to avoiding setup() function */
38 extern SDS_setup sds_set;
39 
40 #ifndef _PASSV
41 
43 
44 #endif /* _PASSV */
45 
46 #ifndef _SDSdtabl_h
47 
53 
54 #endif /* _SDSdtabl_h */
55 
56 /* With '\0' */
57 #define FILE_LEN 20 /* Length of short file & directory names */
58 #define PROJECT_LEN 10 /* Length of project name */
59 #define JOBN_LEN 17 /* Length of job name */
60 #define NMOD_LEN 5 /* Length of modification name */
61 #define WELL_LEN 13 /* Length of well name */
62 
63 
64 #endif /* General.h */
Definition: mod_table.h:15
Definition: mod_table.h:95
Definition: trace_file.h:15
Definition: mod_table.h:112
Definition: General.h:21
Definition: mod_table.h:103