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