UDASCamera
Class CameraPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by UDASCamera.CameraPOA
          extended by UDASCamera.CameraPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, CameraOperations

public class CameraPOATie
extends CameraPOA

Generated from IDL interface "Camera"


Constructor Summary
CameraPOATie(CameraOperations delegate)
           
CameraPOATie(CameraOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 CameraOperations _delegate()
           
 void _delegate(CameraOperations delegate)
           
 Camera _this()
           
 Camera _this(org.omg.CORBA.ORB orb)
           
 void abort()
           
 void archive(short run_rank, java.lang.String instrument_name, java.lang.String archive, short scratch_file_no)
           
 void bin(short x_binning, short y_binning)
           
 void cds(short n_ro, double t_demand, double t_preflash, java.lang.String int_type)
           
 void clear()
           
 void clearread()
           
 void exit()
           
 GrabData fgrab(double integration_time, boolean do_clear)
           
 void finish()
           
 CameraStatus getStatus(boolean waitOnChange)
           
 GrabData grab(double integration_time, short x1, short y1, short x2, short y2, short offset)
           
 void idle()
           
 void integrate(java.lang.String int_type, double t_demand)
           
 MeritData merit(double integration_time, short x1, short y1, short x2, short y2, short offset, short xignore, short yignore)
           
 void multiread(double integration_time, int numReads)
           
 void obsdata(java.lang.String directory)
           
 void open()
           
 void park()
           
 void ping()
           
 void preflash(double preflash_time)
           
 void process(short run_rank, java.lang.String proc_key)
           
 void readout(short coadd_code, short n_ro)
           
 void reset()
           
 void retime(double t_demand)
           
 void rmode(java.lang.String rmode_name, short rmode_nreads, short rmode_nmndrs)
           
 void rspeed(java.lang.String speed_name)
           
 int run(java.lang.String run_type)
           
 void rur(short n_ro, java.lang.String rur_tdemand, double preflash_time, java.lang.String int_type)
           
 void setClearReads(short n_clearreads)
           
 void setCurrentCycle(int currentCycle)
           
 void setTotalCycles(int totalCycles)
           
 void shut()
           
 void shutdown()
           
 CameraStatus STATUS()
           
 void storemode(java.lang.String storemode_name)
           
 java.lang.String Version()
           
 void window(short win_no, java.lang.String win_spec)
           
 
Methods inherited from class UDASCamera.CameraPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CameraPOATie

public CameraPOATie(CameraOperations delegate)

CameraPOATie

public CameraPOATie(CameraOperations delegate,
                    org.omg.PortableServer.POA poa)
Method Detail

_this

public Camera _this()
Overrides:
_this in class CameraPOA

_this

public Camera _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class CameraPOA

_delegate

public CameraOperations _delegate()

_delegate

public void _delegate(CameraOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

STATUS

public CameraStatus STATUS()

fgrab

public GrabData fgrab(double integration_time,
                      boolean do_clear)
               throws ErrorInfo
Throws:
ErrorInfo

park

public void park()
          throws ErrorInfo
Throws:
ErrorInfo

setTotalCycles

public void setTotalCycles(int totalCycles)

rspeed

public void rspeed(java.lang.String speed_name)
            throws ErrorInfo
Throws:
ErrorInfo

preflash

public void preflash(double preflash_time)
              throws ErrorInfo
Throws:
ErrorInfo

window

public void window(short win_no,
                   java.lang.String win_spec)
            throws ErrorInfo
Throws:
ErrorInfo

multiread

public void multiread(double integration_time,
                      int numReads)
               throws ErrorInfo
Throws:
ErrorInfo

storemode

public void storemode(java.lang.String storemode_name)
               throws ErrorInfo
Throws:
ErrorInfo

abort

public void abort()
           throws ErrorInfo
Throws:
ErrorInfo

cds

public void cds(short n_ro,
                double t_demand,
                double t_preflash,
                java.lang.String int_type)
         throws ErrorInfo
Throws:
ErrorInfo

setClearReads

public void setClearReads(short n_clearreads)
                   throws ErrorInfo
Throws:
ErrorInfo

archive

public void archive(short run_rank,
                    java.lang.String instrument_name,
                    java.lang.String archive,
                    short scratch_file_no)
             throws ErrorInfo
Throws:
ErrorInfo

exit

public void exit()

clear

public void clear()
           throws ErrorInfo
Throws:
ErrorInfo

reset

public void reset()
           throws ErrorInfo
Throws:
ErrorInfo

shutdown

public void shutdown()

clearread

public void clearread()
               throws ErrorInfo
Throws:
ErrorInfo

rur

public void rur(short n_ro,
                java.lang.String rur_tdemand,
                double preflash_time,
                java.lang.String int_type)
         throws ErrorInfo
Throws:
ErrorInfo

getStatus

public CameraStatus getStatus(boolean waitOnChange)
                       throws ErrorInfo
Throws:
ErrorInfo

obsdata

public void obsdata(java.lang.String directory)
             throws ErrorInfo
Throws:
ErrorInfo

process

public void process(short run_rank,
                    java.lang.String proc_key)
             throws ErrorInfo
Throws:
ErrorInfo

grab

public GrabData grab(double integration_time,
                     short x1,
                     short y1,
                     short x2,
                     short y2,
                     short offset)
              throws ErrorInfo
Throws:
ErrorInfo

run

public int run(java.lang.String run_type)
        throws ErrorInfo
Throws:
ErrorInfo

merit

public MeritData merit(double integration_time,
                       short x1,
                       short y1,
                       short x2,
                       short y2,
                       short offset,
                       short xignore,
                       short yignore)
                throws ErrorInfo
Throws:
ErrorInfo

Version

public java.lang.String Version()

bin

public void bin(short x_binning,
                short y_binning)
         throws ErrorInfo
Throws:
ErrorInfo

ping

public void ping()
          throws ErrorInfo
Throws:
ErrorInfo

open

public void open()
          throws ErrorInfo
Throws:
ErrorInfo

setCurrentCycle

public void setCurrentCycle(int currentCycle)

rmode

public void rmode(java.lang.String rmode_name,
                  short rmode_nreads,
                  short rmode_nmndrs)
           throws ErrorInfo
Throws:
ErrorInfo

retime

public void retime(double t_demand)
            throws ErrorInfo
Throws:
ErrorInfo

readout

public void readout(short coadd_code,
                    short n_ro)
             throws ErrorInfo
Throws:
ErrorInfo

finish

public void finish()
            throws ErrorInfo
Throws:
ErrorInfo

integrate

public void integrate(java.lang.String int_type,
                      double t_demand)
               throws ErrorInfo
Throws:
ErrorInfo

idle

public void idle()
          throws ErrorInfo
Throws:
ErrorInfo

shut

public void shut()
          throws ErrorInfo
Throws:
ErrorInfo