UDASCamera
Class GrabData

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

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

Generated from IDL definition of struct "GrabData"

See Also:
Serialized Form

Field Summary
 short[] GrabImage
           
 float integration_time
           
 short x
           
 short y
           
 
Constructor Summary
GrabData()
           
GrabData(short[] GrabImage, float integration_time, short x, short y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GrabImage

public short[] GrabImage

integration_time

public float integration_time

x

public short x

y

public short y
Constructor Detail

GrabData

public GrabData()

GrabData

public GrabData(short[] GrabImage,
                float integration_time,
                short x,
                short y)