GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
s_clnt_filter.h
Go to the documentation of this file.
1 // $Id: s_clnt_filter.h 478 2009-10-29 12:26:09Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 /* filter structure for CLIENT */
15 
16 #ifndef S_CINT_FILTER
17 #define S_CINT_FILTER
18 
20  {
21  /* --- control byte ordering and machine type (2LW) ---- */
22  unsigned int l_testbit; /* bit pattern */
23  unsigned int l_endian; /* endian of sender */
24  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
25  int l_numb_of_evt; /* numb of events to send */
26  int l_sample_rate; /* flt match sample rate */
27  int l_flush_rate; /* buffer flushing rate [sec]*/
28  struct s_filter filter[GPS__MAXFLT];/* 32 filter express (à 3LW) */
29  struct s_flt_descr flt_descr[GPS__MAXFLTDESCR]; /* Filter descriptor*/
30  short unsigned if_fltevt; /* filter on event */
31  short unsigned if_fltsev; /* filter on subevent */
32  short unsigned if_wrtevt; /* write whole event */
33  short unsigned if_wrtsev; /* write subevts (numb of sev)*/
34  };
35 
36 #endif
short unsigned if_fltsev
Definition: s_clnt_filter.h:31
short unsigned if_wrtsev
Definition: s_clnt_filter.h:33
#define GPS__MAXFLTDESCR
Definition: gps_sc_def.h:35
unsigned int l_endian
Definition: s_clnt_filter.h:23
#define GPS__MAXFLT
Definition: gps_sc_def.h:34
struct s_filter filter[GPS__MAXFLT]
Definition: s_clnt_filter.h:28
short unsigned if_wrtevt
Definition: s_clnt_filter.h:32
unsigned int l_testbit
Definition: s_clnt_filter.h:22
short unsigned if_fltevt
Definition: s_clnt_filter.h:30
struct s_flt_descr flt_descr[GPS__MAXFLTDESCR]
Definition: s_clnt_filter.h:29