RodConfig.java

00001 package sctConf;
00002 
00003 
00011 public final class RodConfig implements org.omg.CORBA.portable.IDLEntity
00012 {
00013   public int baseAddress = (int)0;
00014 
00015   //     unsigned long mapSize;
00016   public int resetLevel = (int)0;
00017   public sctConf.SlaveConfig slaves[] = null;
00018   public short validMask = (short)0;
00019   public byte triggerTypeTTC = (byte)0;
00020   public byte triggerTypeTIM = (byte)0;
00021   public byte offsetBCID = (byte)0;
00022 
00023   public RodConfig ()
00024   {
00025   } // ctor
00026 
00027   public RodConfig (int _baseAddress, int _resetLevel, sctConf.SlaveConfig[] _slaves, short _validMask, byte _triggerTypeTTC, byte _triggerTypeTIM, byte _offsetBCID)
00028   {
00029     baseAddress = _baseAddress;
00030     resetLevel = _resetLevel;
00031     slaves = _slaves;
00032     validMask = _validMask;
00033     triggerTypeTTC = _triggerTypeTTC;
00034     triggerTypeTIM = _triggerTypeTIM;
00035     offsetBCID = _offsetBCID;
00036   } // ctor
00037 
00038 } // class RodConfig

Generated on Mon Feb 6 14:12:16 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6