00001 #ifndef _SEGMENTS_H_
00002 #define _SEGMENTS_H_
00003
00004
00005
00006
00007
00008
00009 #ifndef RTS_PROJECT_PP
00010 #define EVB_MON_SEG 1
00011 #define EVB_SUPERMON_SEG 3
00012 #define EVB_CTL_SEG 4
00013 #define EVB_SCA_SEG 5
00014 #define SPOOL_CTL_SEG 8
00015 #define DISK_MANAGER_SEG 9
00016 #define MSG_Q_SEG 2
00017 #define MSG_Q_SEG_SIZE (1024 * 1024 * 20)
00018 #else // PP!
00019 #define EVB_MON_SEG 1
00020 #define EVB_CTL_SEG 4
00021 #define EVB_SCA_SEG 2
00022 #define SPOOL_CTL_SEG 8
00023 #endif
00024
00025
00026 #define EVP_SEG 5
00027
00028 #ifndef RTS_PROJECT_PP
00029 #define EVP_SEG_SIZE (300*1024*1024)
00030 #else
00031 #define EVP_SEG_SIZE (64*1024) // biggest pp event ~64k
00032 #endif
00033
00034 #define VX_FILE_REQUEST_SEG 6
00035 #define VX_FILE_REQUEST_SIZE (1024 * 1024 * 12)
00036
00037 #define SC_SEG 7
00038
00039
00040
00041
00042
00043
00044
00045 #endif