00001
00002 #ifndef SUM_INCL
00003 #define GET_FIX_VER 2
00004
00005 #if defined SUMDC
00006 #define SUM_VERSION_NUM (1.0)
00007 #if defined DCS0
00008 #define SUMPGPORT "5430"
00009 #elif defined DCS1
00010 #define SUMPGPORT "5431"
00011 #elif defined DCS2
00012 #define SUMPGPORT "5432"
00013 #endif
00014
00015 #define TAPEVIEWERNAME "t50view"
00016 #define SUM_STOP_NOT "/usr/local/logs/SUM/SUM_STOP_NOT"
00017 #elif defined SUMT120
00018 #define SUM_VERSION_NUM (1.0)
00019 #define SUMPGPORT "5434"
00020 #define TAPEVIEWERNAME "t120view"
00021 #define SUM_STOP_NOT "/usr/local/logs/SUM/SUM_STOP_NOT"
00022 #elif defined SUMT950
00023 #define SUM_VERSION_NUM (1.0)
00024 #define SUMPGPORT "5434"
00025 #define TAPEVIEWERNAME "t950view"
00026 #define SUM_STOP_NOT "/usr/local/logs/SUM/SUM_STOP_NOT"
00027 #endif
00028
00029 #define LEV1VIEWERNAME "lev1view"
00030 #define TAPEHOST "k1" //JSOC pipeline machine with tape_svc
00031 #define SUMSVCHOST "k1" //JSOC pipeline machine running sum_svc
00032
00033 #include <serverdefs.h>
00034 #include <jsoc.h>
00035 #include <stdint.h>
00036 #include "foundation.h"
00037
00038 typedef uint32_t SUMID_t;
00039
00040
00041 #define ARCH 1
00042 #define TEMP 2
00043 #define PERM 4
00044 #define TOUCH 8
00045 #define RETRIEVE 16
00046 #define NORETRIEVE 32
00047 #define FULL 1024
00048 #define TAPERDON 2048
00049
00050 #define MAXSTR 256
00051 #define MAX_TAPE_FN 7000
00052
00053
00054
00055 #define NO_TAPE_IN_GROUP 2
00056
00057 #define NO_CLNTTCP_CREATE 3
00058
00059 #define SUM_SUNUM_NOT_LOCAL 4
00060 #define SUM_RESPPROG_ERR 5
00061 #define SUM_TAPE_SVC_OFF 6
00062
00063
00064 #define SUM_INCL
00065 #endif
00066