00001 package sctConf; 00002 00003 00011 public final class ABCDChip implements org.omg.CORBA.portable.IDLEntity 00012 { 00013 public byte active = (byte)0; 00014 public byte address = (byte)0; 00015 public byte normalMasks = (byte)0; 00016 public byte target = (byte)0; 00017 public sctConf.ABCDBasic basic = null; 00018 public sctConf.ABCDCaldata caldata = null; 00019 public byte trim[] = null; 00020 00021 public ABCDChip () 00022 { 00023 } // ctor 00024 00025 public ABCDChip (byte _active, byte _address, byte _normalMasks, byte _target, sctConf.ABCDBasic _basic, sctConf.ABCDCaldata _caldata, byte[] _trim) 00026 { 00027 active = _active; 00028 address = _address; 00029 normalMasks = _normalMasks; 00030 target = _target; 00031 basic = _basic; 00032 caldata = _caldata; 00033 trim = _trim; 00034 } // ctor 00035 00036 } // class ABCDChip