00001 package sctConf; 00002 00003 00011 public final class ABCDBasic implements org.omg.CORBA.portable.IDLEntity 00012 { 00013 public sctConf.ABCDConfig config = null; 00014 public byte vthr = (byte)0; 00015 public byte vcal = (byte)0; 00016 public byte delay = (byte)0; 00017 public byte preamp = (byte)0; 00018 public byte shaper = (byte)0; 00019 public byte unused[] = null; 00020 public int mask[] = null; 00021 00022 public ABCDBasic () 00023 { 00024 } // ctor 00025 00026 public ABCDBasic (sctConf.ABCDConfig _config, byte _vthr, byte _vcal, byte _delay, byte _preamp, byte _shaper, byte[] _unused, int[] _mask) 00027 { 00028 config = _config; 00029 vthr = _vthr; 00030 vcal = _vcal; 00031 delay = _delay; 00032 preamp = _preamp; 00033 shaper = _shaper; 00034 unused = _unused; 00035 mask = _mask; 00036 } // ctor 00037 00038 } // class ABCDBasic