Channel.java

00001 package ;
00002 
00003 
00011   // import configuration classes
00012 
00013 import config.*;
00014 
00015 
00031 public interface Channel extends config.DalObject {
00032 
00038   void print(String dx);
00039 
00045   void destroy(config.Configuration db);
00046 
00051   short get_id();
00052 
00057   void set_id(short value);
00062   short get_outputCurrent();
00063 
00068   void set_outputCurrent(short value);
00073   short get_outputDelay();
00074 
00079   void set_outputDelay(short value);
00084   short get_outputMarkSpace();
00085 
00090   void set_outputMarkSpace(short value);
00095   short get_stream0Threshold();
00096 
00101   void set_stream0Threshold(short value);
00106   short get_stream0Delay();
00107 
00112   void set_stream0Delay(short value);
00117   short get_stream0ErrMask();
00118 
00123   void set_stream0ErrMask(short value);
00128   short get_stream1Threshold();
00129 
00134   void set_stream1Threshold(short value);
00139   short get_stream1Delay();
00140 
00145   void set_stream1Delay(short value);
00150   short get_stream1ErrMask();
00151 
00156   void set_stream1ErrMask(short value);
00161   short get_outputFibre();
00162 
00167   void set_outputFibre(short value);
00172   short get_stream0Fibre();
00173 
00178   void set_stream0Fibre(short value);
00183   short get_stream1Fibre();
00184 
00189   void set_stream1Fibre(short value);
00190 }
00191 

Generated on Mon Feb 6 14:12:08 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6