Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

ShmCommon.h

Go to the documentation of this file.
00001 #ifndef __COMMON_H__
00002 #define __COMMON_H__
00003 
00004 
00005 #define KEYFILE_PATH "CounterDAQ"
00006 #define PROJ_CHAR    (char)'r'
00007 #define FIN (int)6
00008 #define PAUSE (int)16
00009 #define RESTART (int)18
00010 struct SHM_PARAM{
00011   int shd_param_id;
00012   int ctrl;
00013   char StartTime[100];
00014   int nEvent;
00015   int nOverFlow;
00016   int status;
00017   int Hist[250];
00018 };
00019 
00020 #endif /*  __COMMON_H__ */

Generated on Sun Dec 14 23:32:46 2008 by doxygen 1.3.5