GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
s_clnt_filter_swap.h
Go to the documentation of this file.
1 // $Id: s_clnt_filter_swap.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 struct s_clnt_filter
17  {
18 /* -------> Swapped <-------- */
19 /* --------=========--------- */
20  /* --- control byte ordering and machine type (2LW) ---- */
21  unsigned long l_testbit; /* bit pattern */
22  unsigned long l_endian; /* endian of sender */
23  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
24  long l_numb_of_evt; /* numb of events to send */
25  long l_sample_rate; /* flt match sample rate */
26  long l_flush_rate; /* buffer flushing rate [sec]*/
27  struct s_filter filter[GPS__MAXFLT];/* 32 filter express (à 3LW) */
28  struct s_flt_descr flt_descr[GPS__MAXFLTDESCR]; /* Filter descriptor*/
29  short unsigned if_fltsev; /* filter on subevent */
30  short unsigned if_fltevt; /* filter on event */
31  short unsigned if_wrtsev; /* write subevts (numb of sev)*/
32  short unsigned if_wrtevt; /* write whole event */
33  };
short unsigned if_fltsev
Definition: s_clnt_filter.h:31
unsigned long l_endian
short unsigned if_wrtsev
Definition: s_clnt_filter.h:33
#define GPS__MAXFLTDESCR
Definition: gps_sc_def.h:35
#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 long l_testbit
short unsigned if_fltevt
Definition: s_clnt_filter.h:30
struct s_flt_descr flt_descr[GPS__MAXFLTDESCR]
Definition: s_clnt_filter.h:29