• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

roclib/src_nxyter/Feb1nxGenD.cxx (r4864/r4110)

Go to the documentation of this file.
00001 //============================================================================
00006 //============================================================================
00007 
00008 #include "roc/defines_roc.h"
00009 #include "nxyter/Feb1nxGenD.h"
00010 
00017 //----------------------------------------------------------------------------
00019 
00025 nxyter::Feb1nxGenD::Feb1nxGenD(base::Board* board, int port) :
00026   nxyter::FebBase(board, port, kFeb1nxGenD)
00027 {
00028   fMonAdcDevice.setSlaveAddr(41);
00029   int nxnum = (port==CON19) ? 0 : 2;
00030   //      addr, nxnum, adc
00031   addNxChip( 8, nxnum,   1);                // data taken from 2nd ADC channel
00032 }
00033 
00034 //----------------------------------------------------------------------------
00035 
00036 nxyter::Feb1nxGenD::~Feb1nxGenD()
00037 {
00038 }
00039 

Generated on Tue Dec 10 2013 04:52:23 for ROCsoft by  doxygen 1.7.1