00001 #ifndef _MEMMAP_H_
00002 #define _MEMMAP_H_
00003
00004
00005
00006
00007 #ifdef RTS_PROJECT_PP
00008
00009 #define MAX_DET_SIZE (32*1024)
00010 #define MAX_EVENT_SIZE (64*1024)
00011 #define NUMBER_TCP_BUFFS 200 // 40
00012
00013 #define MAX_TOKENS 1000
00014
00015 #define EVB_MAX_DETS 5 // max dets in one event
00016 #define EVB_MAX_BUFFS MAX_TOKENS
00017
00018 #define EVB_DEFAULT_BUFF_SIZE MAX_EVENT_SIZE
00019 #define EVB_SEG_SIZE (MAX_TOKENS*64*1024)
00020
00021
00022 #define MAX_FILE_SIZE (500*1024*1024)
00023 #define RCF_MAX_FILE_SIZE MAX_FILE_SIZE
00024
00025 #define XING_MAX 128
00026
00027 #endif // pp
00028
00029
00030 #endif