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

UniqueCrateIdentifier.java

00001 package Sct.Corba;
00002 
00003 
00011 public final class UniqueCrateIdentifier implements org.omg.CORBA.portable.IDLEntity
00012 {
00013   public int partition = (int)0;
00014   public int crate = (int)0;
00015 
00016   public UniqueCrateIdentifier ()
00017   {
00018   } // ctor
00019 
00020   public UniqueCrateIdentifier (int _partition, int _crate)
00021   {
00022     partition = _partition;
00023     crate = _crate;
00024   } // ctor
00025 
00026 } // class UniqueCrateIdentifier

Generated on Fri Dec 16 19:46:25 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5