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

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

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

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