Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ABCDBasic.java

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 short unused = (short)0;
00015   public byte vthr = (byte)0;
00016   public byte vcal = (byte)0;
00017   public byte delay = (byte)0;
00018   public byte preamp = (byte)0;
00019   public byte shaper = (byte)0;
00020   public int mask[] = null;
00021 
00022   public ABCDBasic ()
00023   {
00024   } // ctor
00025 
00026   public ABCDBasic (sctConf.ABCDConfig _config, short _unused, byte _vthr, byte _vcal, byte _delay, byte _preamp, byte _shaper, int[] _mask)
00027   {
00028     config = _config;
00029     unused = _unused;
00030     vthr = _vthr;
00031     vcal = _vcal;
00032     delay = _delay;
00033     preamp = _preamp;
00034     shaper = _shaper;
00035     mask = _mask;
00036   } // ctor
00037 
00038 } // class ABCDBasic

Generated on Thu Jul 15 09:55:38 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5