fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/FEdata/tsadcdata.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     tsadcdata.h  -  description
00003 
00004     begin                : Sat Jun 2 2001
00005     copyright            : (C) 2001 by A Kopmann
00006     email                : kopmann@hpe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef TSADCDATA_H
00014 #define TSADCDATA_H
00015 
00016 #include <cstdio>
00017 
00023 class TsAdcData {
00024 public: 
00025         TsAdcData();
00026         ~TsAdcData();
00027 
00028    short m_sModNum;
00029    short m_sPixNum;
00030 
00031    unsigned short m_sValue[1000];
00032 
00033    TsAdcData *next;
00034 
00035 };
00036 
00037 #endif