ChannelMapping.java

00001 package ;
00002 
00003 
00011   // import configuration classes
00012 
00013 import config.*;
00014 
00015 
00031 public interface ChannelMapping extends config.DalObject {
00032 
00038   void print(String dx);
00039 
00045   void destroy(config.Configuration db);
00046 
00051   short get_outputFibre();
00052 
00057   void set_outputFibre(short value);
00062   short get_stream0Fibre();
00063 
00068   void set_stream0Fibre(short value);
00073   short get_stream1Fibre();
00074 
00079   void set_stream1Fibre(short value);
00080 }
00081 

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