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