fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/FE/FEpattern.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     FEpattern.h  -  description
00003 
00004     begin                : Mon Jul 10 2000
00005     copyright            : (C) 2000 by Andreas Kopmann
00006     email                : kopmann@hpe.fzk.de
00007  ***************************************************************************/
00008 
00009  
00010 #ifndef FEPATTERN_H
00011 #define FEPATTERN_H
00012 
00013 
00014 #include <FE/FEdef.h>
00015 
00016 
00030 //##ModelId=399121F90167
00031 class FEpattern {
00032 public:
00033         //##ModelId=399121F90174
00034   FEpattern();
00035         //##ModelId=399121F90173
00036   ~FEpattern();
00037 
00045         //##ModelId=399121F90172
00046   unsigned long mask[FE_COLUMNS][FE_TPULS_MAX];
00047 
00051         //##ModelId=399121F90171
00052   unsigned long timing[FE_TPULS_MAX];
00053 };
00054 
00055 #endif
00056