BOCChannelConfig.java

00001 package sctConf;
00002 
00003 
00011 public final class BOCChannelConfig implements org.omg.CORBA.portable.IDLEntity
00012 {
00013   public short current = (short)0;
00014   public short delay = (short)0;
00015   public short markSpace = (short)0;
00016   public short threshold0 = (short)0;
00017   public short delay0 = (short)0;
00018   public short threshold1 = (short)0;
00019   public short delay1 = (short)0;
00020 
00021   public BOCChannelConfig ()
00022   {
00023   } // ctor
00024 
00025   public BOCChannelConfig (short _current, short _delay, short _markSpace, short _threshold0, short _delay0, short _threshold1, short _delay1)
00026   {
00027     current = _current;
00028     delay = _delay;
00029     markSpace = _markSpace;
00030     threshold0 = _threshold0;
00031     delay0 = _delay0;
00032     threshold1 = _threshold1;
00033     delay1 = _delay1;
00034   } // ctor
00035 
00036 } // class BOCChannelConfig

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