public class ScienceGradeClient
extends org.acplt.oncrpc.OncRpcClientStub
ScienceGradeClient implements the client stub proxy
for the SEND_SCI remote program. It provides method stubs
which, when called, in turn call the appropriate remote method (procedure).| Constructor and Description |
|---|
ScienceGradeClient(InetAddress host,
int protocol)
Constructs a
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed. |
ScienceGradeClient(InetAddress host,
int port,
int protocol)
Constructs a
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed. |
ScienceGradeClient(InetAddress host,
int program,
int version,
int protocol)
Constructs a
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed. |
ScienceGradeClient(InetAddress host,
int program,
int version,
int port,
int protocol)
Constructs a
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed. |
ScienceGradeClient(org.acplt.oncrpc.OncRpcClient client)
Constructs a
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed. |
| Modifier and Type | Method and Description |
|---|---|
int |
BIAS_1(icmd arg1)
Call remote procedure BIAS_1.
|
int |
CLK_TEST_1(icmd arg1)
Call remote procedure CLK_TEST_1.
|
int |
DARK_1(icmd arg1)
Call remote procedure DARK_1.
|
ergf |
DO_DARK_1(icmd arg1)
Call remote procedure DO_DARK_1.
|
ergf |
DO_EXPOSURE_1(icmd arg1)
Call remote procedure DO_EXPOSURE_1.
|
int |
EXPOSURE_1(icmd arg1)
Call remote procedure EXPOSURE_1.
|
erg |
GET_BINNING_1(icmd arg1)
Call remote procedure GET_BINNING_1.
|
erg |
GET_EXPTIME_1(icmd arg1)
Call remote procedure GET_EXPTIME_1.
|
erg |
GET_FILENUM_1(icmd arg1)
Call remote procedure GET_FILENUM_1.
|
erg |
GET_FITS_DIR_1(icmd arg1)
Call remote procedure GET_FITS_DIR_1.
|
erg |
GET_FITS_NAME_1(icmd arg1)
Call remote procedure GET_FITS_NAME_1.
|
erg |
GET_HCLKDIR_1(icmd arg1)
Call remote procedure GET_HCLKDIR_1.
|
erg |
GET_HEATVAL_1(icmd arg1)
Call remote procedure GET_HEATVAL_1.
|
erg |
GET_INCREMENT_1(icmd arg1)
Call remote procedure GET_INCREMENT_1.
|
erg |
GET_MAX_PIXEL_1(icmd arg1)
Call remote procedure GET_MAX_PIXEL_1.
|
erg |
GET_OUTPUTCH_1(icmd arg1)
Call remote procedure GET_OUTPUTCH_1.
|
erg |
GET_PIXEL_1(icmd arg1)
Call remote procedure GET_PIXEL_1.
|
erg |
GET_POSTGAP_1(icmd arg1)
Call remote procedure GET_POSTGAP_1.
|
erg |
GET_PREGAP_1(icmd arg1)
Call remote procedure GET_PREGAP_1.
|
erg |
GET_TEMPS_1(icmd arg1)
Call remote procedure GET_TEMPS_1.
|
erg |
GET_VCLKDIR_1(icmd arg1)
Call remote procedure GET_VCLKDIR_1.
|
int |
PR_CLKVALS_1(icmd arg1)
Call remote procedure PR_CLKVALS_1.
|
int |
RESET_1(icmd arg1)
Call remote procedure RESET_1.
|
int |
SEND_SCI_CMD_1(icmd arg1)
Call remote procedure SEND_SCI_CMD_1.
|
int |
SET_BINNING_1(icmd arg1)
Call remote procedure SET_BINNING_1.
|
int |
SET_CLK_H_1(icmd arg1)
Call remote procedure SET_CLK_H_1.
|
int |
SET_CLK_L_1(icmd arg1)
Call remote procedure SET_CLK_L_1.
|
int |
SET_EXPTIME_1(icmd arg1)
Call remote procedure SET_EXPTIME_1.
|
int |
SET_FILENUM_1(icmd arg1)
Call remote procedure SET_FILENUM_1.
|
int |
SET_FITS_DIR_1(icmd arg1)
Call remote procedure SET_FITS_DIR_1.
|
int |
SET_FITS_NAME_1(icmd arg1)
Call remote procedure SET_FITS_NAME_1.
|
int |
SET_HCLKDIR_1(icmd arg1)
Call remote procedure SET_HCLKDIR_1.
|
int |
SET_INCREMENT_1(icmd arg1)
Call remote procedure SET_INCREMENT_1.
|
int |
SET_MAX_PIXEL_1(icmd arg1)
Call remote procedure SET_MAX_PIXEL_1.
|
int |
SET_OUTPUTCH_1(icmd arg1)
Call remote procedure SET_OUTPUTCH_1.
|
int |
SET_PIXEL_1(icmd arg1)
Call remote procedure SET_PIXEL_1.
|
int |
SET_POSTGAP_1(icmd arg1)
Call remote procedure SET_POSTGAP_1.
|
int |
SET_PREGAP_1(icmd arg1)
Call remote procedure SET_PREGAP_1.
|
int |
SET_SHUTTER_1(icmd arg1)
Call remote procedure SET_SHUTTER_1.
|
int |
SET_TEMPS_1(icmd arg1)
Call remote procedure SET_TEMPS_1.
|
int |
SET_VCLKDIR_1(icmd arg1)
Call remote procedure SET_VCLKDIR_1.
|
int |
TEST_CLR_IMG_1(icmd arg1)
Call remote procedure TEST_CLR_IMG_1.
|
public ScienceGradeClient(InetAddress host, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed.host - Internet address of host where to contact the remote program.protocol - Protocol to be
used for ONC/RPC calls.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public ScienceGradeClient(InetAddress host, int port, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed.host - Internet address of host where to contact the remote program.port - Port number at host where the remote program can be reached.protocol - Protocol to be
used for ONC/RPC calls.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public ScienceGradeClient(org.acplt.oncrpc.OncRpcClient client)
throws org.acplt.oncrpc.OncRpcException,
IOException
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed.client - ONC/RPC client connection object implementing a particular
protocol.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public ScienceGradeClient(InetAddress host, int program, int version, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed.host - Internet address of host where to contact the remote program.program - Remote program number.version - Remote program version number.protocol - Protocol to be
used for ONC/RPC calls.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public ScienceGradeClient(InetAddress host, int program, int version, int port, int protocol) throws org.acplt.oncrpc.OncRpcException, IOException
ScienceGradeClient client stub proxy object
from which the SEND_SCI remote program can be accessed.host - Internet address of host where to contact the remote program.program - Remote program number.version - Remote program version number.port - Port number at host where the remote program can be reached.protocol - Protocol to be
used for ONC/RPC calls.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SEND_SCI_CMD_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_PIXEL_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_MAX_PIXEL_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_MAX_PIXEL_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_FITS_NAME_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int BIAS_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int EXPOSURE_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_CLK_H_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_CLK_L_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int TEST_CLR_IMG_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_PIXEL_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_FITS_DIR_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_EXPTIME_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_INCREMENT_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_BINNING_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_EXPTIME_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_BINNING_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_INCREMENT_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_PREGAP_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_POSTGAP_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_PREGAP_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_POSTGAP_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int DARK_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_FITS_DIR_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_FITS_NAME_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int RESET_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_FILENUM_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int CLK_TEST_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public ergf DO_EXPOSURE_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_SHUTTER_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_FILENUM_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public ergf DO_DARK_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_TEMPS_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_TEMPS_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_OUTPUTCH_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_OUTPUTCH_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_HCLKDIR_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_HCLKDIR_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int SET_VCLKDIR_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_VCLKDIR_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public int PR_CLKVALS_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.public erg GET_HEATVAL_1(icmd arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type icmd) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.