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 unused = (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 }
00024
00025 public ABCDChip (byte _active, byte _address, byte _unused, byte _target, sctConf.ABCDBasic _basic, sctConf.ABCDCaldata _caldata, byte[] _trim)
00026 {
00027 active = _active;
00028 address = _address;
00029 unused = _unused;
00030 target = _target;
00031 basic = _basic;
00032 caldata = _caldata;
00033 trim = _trim;
00034 }
00035
00036 }