ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
date_filter_msg_buffer.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file date_filter_msg_buffer.h
1 #ifndef __DATE_FILTER_MSG_BUFFER_CC__
2 #define __DATE_FILTER_MSG_BUFFER_CC__
3 
4 
5 
6 #include "filter_msg_buffer.h"
7 
8 #define ON 1
9 #define OFF 0
10 
18 
19 
20 public:
21 
26  date_filter_msg_buffer (const int msglen=256);
27 
30  date_filter_msg_buffer (const int type_max, const int source_max,
31  const int sev_max, const int msglen=256);
32 
34  virtual ~date_filter_msg_buffer();
35 
36 
37  virtual int sync ();
38 
39 };
40 
41 #endif /* __DATE_FILTER_MSG_BUFFER_CC__ */
42 
43 
44