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

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

Go to the documentation of this file.
00001 //============================================================================
00005 //============================================================================
00006 
00007 #include "roc/defines_roc.h"
00008 #include "nxyter/Feb1nxGenB.h"
00009 
00016 //----------------------------------------------------------------------------
00018 
00024 nxyter::Feb1nxGenB::Feb1nxGenB(base::Board* board, int port) :
00025   nxyter::FebBase(board, port, kFeb1nxGenB)
00026 {
00027   int nxnum = (port==CON19) ? 0 : 2;
00028   //      addr, nxnum, adc
00029   addNxChip( 8, nxnum,   0);                // data taken from 1st ADC channel
00030                                             // Note: Rev C is 2nd ADC channel !
00031 }
00032 
00033 //----------------------------------------------------------------------------
00034 
00035 nxyter::Feb1nxGenB::~Feb1nxGenB()
00036 {
00037 }
00038 

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