UDASCamera
Class RunProgress

java.lang.Object
  extended by UDASCamera.RunProgress
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class RunProgress
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "RunProgress"

See Also:
Serialized Form

Field Summary
 short archive_pc
           
 short process_pc
           
 short readout_pc
           
 int run_no
           
 
Constructor Summary
RunProgress()
           
RunProgress(int run_no, short readout_pc, short process_pc, short archive_pc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

run_no

public int run_no

readout_pc

public short readout_pc

process_pc

public short process_pc

archive_pc

public short archive_pc
Constructor Detail

RunProgress

public RunProgress()

RunProgress

public RunProgress(int run_no,
                   short readout_pc,
                   short process_pc,
                   short archive_pc)