00001 /* 00002 * APOLLO: A complete DAQ and Online Data Analysis Framework for Cuore 00003 * M.P. created 16/4/4 00004 * 00005 * $Id: QNI6281DiffDigitizer.hh 509 2006-12-01 10:39:35Z didomiz $ 00006 * 00007 * Class QNI6281DiffDigitizer: National Instruments NI6281 8 differential channels 00008 * (do not use this class for unipolar readout) 00009 * 00010 */ 00011 00012 #ifndef __QNI6281DIFFDIGITIZER_HH_ 00013 #define __QNI6281DIFFDIGITIZER_HH_ 00014 00015 #include "QNI628XDiffDigitizer.hh" 00016 00017 class QNI6281DiffDigitizer : public QNI628XDiffDigitizer { 00018 public: 00019 00020 // ctor 00021 QNI6281DiffDigitizer(QCrate* c, int slot, unsigned long base); 00022 00023 // dtor 00024 virtual ~QNI6281DiffDigitizer() {} 00025 }; 00026 00027 #endif