Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

acquireImage(String) - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Acquires an image (by setting the trigger).
acquireImage(String, String, int, String, int...) - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Acquires an image (by setting the trigger).
ADC_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
ADC_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
ADC_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
ADC_ANA_CURRENT - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_ANA_VOLTAGE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_CLKH_CURRENT - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_CLKH_VOLTAGE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_CLKL_CURRENT - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_CLKL_VOLTAGE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_DIG_CURRENT - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_DIG_VOLTAGE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_DPHI_CURRENT - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_DPHI_VOLTAGE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_HTR_CURRENT - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_HTR_VOLTAGE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_OD_CURRENT - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ADC_OD_VOLTAGE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
addFunctionListener(SequencerSimulation.FunctionListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Add a function listener.
ADDR_CLAMP - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
ADDR_GAIN_RC - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
ADDR_MODES - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
ADDR_POSN - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
address - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
AddressSpace - Class in org.lsst.ccs.drivers.reb.sim
An address space represents a set of registers each mapped to a unique address range.
AddressSpace() - Constructor for class org.lsst.ccs.drivers.reb.sim.AddressSpace
 
addStateListener(SequencerSimulation.StateListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Add a state change listener.
addSubroutineListener(SequencerSimulation.SubroutineListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Add a subroutine listener.
addWaveformListener(SequencerSimulation.WaveformListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Add a waveform listener to listen to changes of the output waveforms.
Asic - Class in org.lsst.ccs.drivers.reb
ASIC common code.
Asic(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.Asic
Constructor.
Aspic - Class in org.lsst.ccs.drivers.reb
ASPIC access routines.
Aspic(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.Aspic
Constructor.
aspicClamp(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows ASPIC clamp value.
aspicClamp(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets ASPIC clamp value.
aspicGainRc(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows ASPIC gain & RC.
aspicGainRc(int, int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets ASPIC gain & RC.
aspicModes(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows ASPIC modes.
aspicModes(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets ASPIC modes.
aspicTemps() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows all ASPIC temperatures.
aspicTemps(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows one ASPIC temperature.
aspicTemps(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows ASPIC temperatures.
aspicVersion() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the ASPIC version.
AutoCloseableReentrantLock - Class in org.lsst.ccs.drivers.reb.sim
Simplify use of reentrant lock, allowing:
AutoCloseableReentrantLock() - Constructor for class org.lsst.ccs.drivers.reb.sim.AutoCloseableReentrantLock
 
awaitImage(Image) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Awaits an image.
awaitImage() - Method in class org.lsst.ccs.drivers.reb.TestImage
Waits for an image to arrive.

B

BACK_BIAS_ERROR - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
BACK_BIAS_OFF - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
BACK_BIAS_ON - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
backBias() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the back bias switch state.
backBias(TestReg.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the back bias switch state.
baseAddress() - Method in interface org.lsst.ccs.drivers.reb.sim.RegisterSet
The base address of this set of registers.
baseAddress() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.Register
 
baseAddress() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.SimpleRegisterSet
 
BaseSet - Class in org.lsst.ccs.drivers.reb
Base register set access routines.
BaseSet() - Constructor for class org.lsst.ccs.drivers.reb.BaseSet
Constructor.
BaseSet(RegClient) - Constructor for class org.lsst.ccs.drivers.reb.BaseSet
Constructor.
BaseSet.Version - Class in org.lsst.ccs.drivers.reb
Inner class for version numbers.
BIAS_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BIAS_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BIAS_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BIAS_3 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BIAS_4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BIAS_5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BIAS_6 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BIAS_7 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
BoardDacs - Class in org.lsst.ccs.drivers.reb
Routines for setting the on-board DACs.
BoardDacs(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.BoardDacs
Constructor.

C

Cabac - Class in org.lsst.ccs.drivers.reb
CABAC access routines.
Cabac(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.Cabac
Constructor.
cabac(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows all fields of a CABAC.
cabac(int, TestReg.CabacField) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows a CABAC field.
CABAC_FLD_BIAS_HZ - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_EXP_CLK - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_GD - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_MUX - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_MUX0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_MUX1 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_MUX_OFF - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_MUXE - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_OD_EXP0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_OD_EXP1 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_OD_RDO0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_OD_RDO1 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_OG - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_PCLK0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_PCLK1 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_PCLK2 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_PCLK3 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_PULSE - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_RD - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_RG - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_SCLK0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_SCLK1 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_SCLK2 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_SPARE - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_SPH - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_SPL - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_FLD_TEST - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
CABAC_OFF_BOTTOM - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
CABAC_OFF_READ - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
CABAC_OFF_TOP - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
CABAC_OFF_WRITE - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
cabacacPower(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the CABAC power regulator enables.
cabacacPower() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the CABAC power regulator enables.
cabacacVersion() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the CABAC version.
cabacClear(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Clears a CABAC strip.
cabacCopy(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Copies the input registers of a CABAC to the output.
cabacFetch(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Fetches a CABAC strip.
cabacField(int, int, TestReg.CabacField) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows a CABAC field.
cabacField(int, int, TestReg.CabacField, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Writes a CABAC field.
cabacLoad(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads a CABAC strip.
cabacRead(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Reads the input registers of a CABAC.
cabacSet(int, int...) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets all fields of a CABAC.
cabacSet(int, TestReg.CabacField, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets a CABAC field.
cabacWrite(int, int...) - Method in class org.lsst.ccs.drivers.reb.TestReg
Writes the output registers of a CABAC.
CAL_INT_FULL - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CAL_INT_ZERO - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CAL_SYS_FULL - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CAL_SYS_ZERO - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
calib(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
calibrate(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
CCD_TYPE_E2V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
Public constants
CCD_TYPE_ITL - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
Public constants
ccdType() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the CCD type
CFG_BOOST - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_BOOST - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_BUFFERED - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_BUFFERED - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_BURNOUT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_BURNOUT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_CHANNEL_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_CHANNEL_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_CHANNEL_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_CHANNEL_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_GAIN_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_GAIN_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_GAIN_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_GAIN_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_REF_DETECT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_REF_DETECT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_REFSEL_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_REFSEL_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_REFSEL_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_REFSEL_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_STANDARD - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_UNIPOLAR - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_UNIPOLAR - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_VBIAS_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_VBIAS_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CFG_VBIAS_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CFG_VBIAS_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_AIN1 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_AIN1 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_AIN1A - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_AIN1A - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_AIN2 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_AIN2 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_AIN3 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_AIN3 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_AIN4 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_AIN4 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_AIN5 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_AIN5 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_AIN6 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_AIN6 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_CKP - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKP_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKP_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKP_L - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKP_SH - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKP_U - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKS - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKS_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CKS_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_CSGATE - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_CSGATE_1 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_CSGATE_2 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_CSGATE_3 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_GD - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_GD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_GD_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_GD_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_GD_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_HEATER - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_HEATER_1 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_HEATER_2 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_OD - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_OD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OD_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OD_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OD_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_ODI - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_ODI_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_ODI_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OG - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_OG - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OG_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OG_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OG_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_OG_SH - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_PCLK_H - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_PCLK_H_SH - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_PCLK_L - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_PCLK_L_SH - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_RD - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_RD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RD_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RD_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RD_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RG - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RG_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RG_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RG_H - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_RG_H_SH - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_RG_L - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_RG_L - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_RG_L_SH - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_RG_U - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_SCK_L - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_SCK_U - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_SCLK_H - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_SCLK_H_SH - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_SCLK_L - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_SCLK_L_SH - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
CHAN_TEMP - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_TEMP - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_V_CLKL - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_V_DPHI - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_VDD - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CHAN_VDD - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CHAN_VN12 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_VP12 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_VREF25 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_VREF25_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_VREF5_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_VREF5_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
CHAN_VREF5_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
checkNotVersion(int, int...) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Checks for not particular option versions.
checkOpen() - Method in class org.lsst.ccs.drivers.reb.RegClient
Checks that connection is open.
checkVersion(int, int...) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Checks for particular option versions.
clear() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
clearCache() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Clears the sequencer program cached copy.
clearListener() - Method in class org.lsst.ccs.drivers.reb.ImageClient
Clears the data listener.
ClientFactory - Class in org.lsst.ccs.drivers.reb
A factory class for creating RegClient and ImageClient instances.
ClientFactory() - Constructor for class org.lsst.ccs.drivers.reb.ClientFactory
 
ClientFactorySimulation - Class in org.lsst.ccs.drivers.reb.sim
A factory class for creating simulated RegClient, ImageClient and GlobalClient instances.
ClientFactorySimulation() - Constructor for class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
 
ClientFactorySimulation(boolean) - Constructor for class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
 
clientVersion - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
CLOCK_EXT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CLOCK_EXT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CLOCK_EXT_HALF - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CLOCK_EXT_HALF - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CLOCK_INT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CLOCK_INT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CLOCK_INT_AVL - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CLOCK_INT_AVL - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CLOCK_PERIOD_0 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
CLOCK_PERIOD_1 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
close() - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Closes a connection.
close() - Method in class org.lsst.ccs.drivers.reb.ImageClient
Closes a connection.
close() - Method in class org.lsst.ccs.drivers.reb.RegClient
Closes a connection.
close() - Method in class org.lsst.ccs.drivers.reb.sim.AutoCloseableReentrantLock
 
cluster - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
CMND_READ - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
Public constants
CMND_READ - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
COM_ADDRESS_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
COM_ADDRESS_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
COM_CONT_READ - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
COM_READ - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
CONFIG_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
CONFIG_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
configure(int, int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Configures a WREB2/GREB monitoring ADC.
connect(TestReg.HdwType, int, String) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
connect(String) - Method in class org.lsst.ccs.drivers.reb.TestGlobal
Connects to a partition via DAQ V2/4.
connect(TestGlobal.HdwType, int, String) - Method in class org.lsst.ccs.drivers.reb.TestGlobal
Connects to a REB.
connect(int) - Method in class org.lsst.ccs.drivers.reb.TestImage
Connects to a REB.
connect(int, String) - Method in class org.lsst.ccs.drivers.reb.TestImage
Connects to a REB connected via DAQ1/2/4.
connect(TestImage.HdwType, int, String) - Method in class org.lsst.ccs.drivers.reb.TestImage
Connects to a REB.
connect(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Connects to a REB on a DAQ1 system.
connect(int, String) - Method in class org.lsst.ccs.drivers.reb.TestReg
Connects to a REB on a DAQ1/2/4 system.
connect(TestReg.HdwType, int, String) - Method in class org.lsst.ccs.drivers.reb.TestReg
Connects to a REB.
ConstantRegister(int, int) - Constructor for class org.lsst.ccs.drivers.reb.sim.RegisterSet.ConstantRegister
Create a read-only constant valued register
contAtemp() - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads the ASPIC temperatures.
contAtemp(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads the ASPIC temperatures concurrently.
contCrtd(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads an RTD temperature concurrently with a close.
contCurrent(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads a slow adc current
contCurrent(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads a slow ADC current concurrently
contCurrents() - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads all slow adc currents
contCurrents(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads all slow ADC currents concurrently
contPower() - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously read the board power values.
contPower(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads the board power values concurrently.
contReg(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously read a set of registers.
contReg(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously read a set of registers concurrently.
contRtd(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads an RTD temperature.
contRtd(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads an RTD temperature concurrently.
contSadc(TestReg.VoltsChan) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads a slow ADC.
contSadc(int, TestReg.VoltsChan) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads a slow ADC concurrently.
contTemp() - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads the board temperatures.
contTemp(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads the board temperatures concurrently.
contVoltages() - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously read the slowadcs voltages values.
contVoltages(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Continuously reads the slowadcs voltages values concurrently.
convertRawTime(long) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Converts a raw time-base value to milliseconds.
convertStripNum(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Converts a canonical strip (CCD) number to its hardware version (or vice versa).
copyRaw(int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Copies CABAC input registers to the output ones.
createDataProvider() - Method in class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
Deprecated.
createGlobalClient(int) - Method in class org.lsst.ccs.drivers.reb.ClientFactory
 
createGlobalClient(int) - Method in class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
 
createImageClient(int, RegClient) - Method in class org.lsst.ccs.drivers.reb.ClientFactory
 
createImageClient(int, RegClient) - Method in class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
 
createRegClient(int) - Method in class org.lsst.ccs.drivers.reb.ClientFactory
 
createRegClient(int) - Method in class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
 
CURR_12_SCALE - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
CURR_12_SCALE_R4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
CURR_16_SCALE_OD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
current(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows slow ADC current value.
current(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows slow ADC current value.
CURRENT_SCALE_HI - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
 
CURRENT_SCALE_LO - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
 
CURRENT_SCALE_MD - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
 
currents() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows all slow ADC current values.

D

DAC_BIAS_GATE - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
DAC_CABAC_ALT - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
DAC_CLOCK_RAILS - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
DAC_CS_GATE - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
DAC_HAS_STRIP - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
DAC_HEATER - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
dacLoad(TestReg.DacName) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads a DAC.
dacLoad(TestReg.DacName, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads a DAC.
dacLoadAll() - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads all DACs.
dacLoadGlobal() - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads all global DACs.
dacLoadStrip() - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads all strip DACs.
dacLoadStrip(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads strip DACs for one strip.
DACS_LOAD - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
DACS_SET - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
dacSet(TestReg.DacChan, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets a DAC value.
dacSet(TestReg.DacChan, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets a DAC value.
dacVersion() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the DAC version.
Daq0Client - Class in org.lsst.ccs.drivers.reb
Java interface to REBs connected via the DAQ0 system.
Daq0Client() - Constructor for class org.lsst.ccs.drivers.reb.Daq0Client
 
Daq0Client.Global - Class in org.lsst.ccs.drivers.reb
Global interface.
Daq0Client.Images - Class in org.lsst.ccs.drivers.reb
Image interface.
Daq0Client.Registers - Class in org.lsst.ccs.drivers.reb
Register interface.
Daq1Client - Class in org.lsst.ccs.drivers.reb
Java interfaces to REBs connected via the DAQ v1 system.
Daq1Client() - Constructor for class org.lsst.ccs.drivers.reb.Daq1Client
 
Daq1Client.Global - Class in org.lsst.ccs.drivers.reb
Global interface.
Daq1Client.Images - Class in org.lsst.ccs.drivers.reb
Image interface.
Daq1Client.Registers - Class in org.lsst.ccs.drivers.reb
Register interface.
Daq2Client - Class in org.lsst.ccs.drivers.reb
Java interfaces to REBs connected via the DAQ V2 system.
Daq2Client() - Constructor for class org.lsst.ccs.drivers.reb.Daq2Client
 
Daq2Client.Global - Class in org.lsst.ccs.drivers.reb
Global interface.
Daq2Client.Images - Class in org.lsst.ccs.drivers.reb
Image interface.
Daq2Client.Registers - Class in org.lsst.ccs.drivers.reb
Register interface.
Daq4Client - Class in org.lsst.ccs.drivers.reb
Java interfaces to REBs connected via the DAQ V4 system.
Daq4Client() - Constructor for class org.lsst.ccs.drivers.reb.Daq4Client
 
Daq4Client.Global - Class in org.lsst.ccs.drivers.reb
Global interface.
Daq4Client.Images - Class in org.lsst.ccs.drivers.reb
Image interface.
Daq4Client.Registers - Class in org.lsst.ccs.drivers.reb
Register interface.
DAQSimulation - Class in org.lsst.ccs.drivers.reb.sim
This does not really simulate the DAQ, but provides a communication path for information which in real-life travels through the DAQ.
DAQSimulation() - Constructor for class org.lsst.ccs.drivers.reb.sim.DAQSimulation
 
DATA_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
DATA_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
DataProvider - Interface in org.lsst.ccs.drivers.reb.sim
An interface to be implemented by classes which can provide simulated data.
dataSource() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the data source register.
dataSource(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the data source register.
dcDcSync() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows DC/DC synchronization.
dcDcSync(TestReg.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the DC/DC synchronization state.
deleteGlobalClient() - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Global
 
deleteGlobalClient() - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
deleteGlobalClient() - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Deletes an object.
deleteGlobalClient() - Method in class org.lsst.ccs.drivers.reb.PciClient.Global
 
deleteGlobalClient() - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
deleteImageClient() - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Images
 
deleteImageClient() - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Images
 
deleteImageClient() - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Images
 
deleteImageClient() - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Images
 
deleteImageClient() - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Impl
Deletes an object.
deleteImageClient() - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
deleteImageClient() - Method in class org.lsst.ccs.drivers.reb.sim.ImageClientDaq1Simulation
 
deleteImageClient1() - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
deleteImageMetadataRef(Image) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Images
 
deleteImageMetadataRef(Image) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Images
 
deleteImageMetadataRef(Image) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Deletes an image's metadata reference.
deleteImageMetadataRef(Image) - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Impl
Deletes an image's metadata reference.
deleteImageMetadataRef(Image) - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
deleteImageMetadataRef(Image) - Method in class org.lsst.ccs.drivers.reb.sim.ImageClientDaq1Simulation
 
deleteMetadataRef() - Method in class org.lsst.ccs.drivers.reb.Image
Deletes the metadata reference.
deleteRegClient(long) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Registers
 
deleteRegClient(long) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Registers
 
deleteRegClient(long) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
deleteRegClient(long) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
deleteRegClient(long) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
deleteRegClient(long) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Deletes the object.
deleteRegClient(long) - Method in class org.lsst.ccs.drivers.reb.sim.RegClientDaq1Simulation
 
deleteRegClient1(long) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
DIO_ENABLE - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
DIO_P1DATA - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
DIO_P2DATA - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
disable() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Disables the time-base.
disable(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Disables a register set.
disable() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Disables the sequencer.
disable() - Method in class org.lsst.ccs.drivers.reb.StatusSet
Disables the status block.
disable(TestReg.RsetId) - Method in class org.lsst.ccs.drivers.reb.TestReg
Disables a register set.
disconnect() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
disconnect() - Method in class org.lsst.ccs.drivers.reb.TestGlobal
Disconnects from a partition or REB.
disconnect() - Method in class org.lsst.ccs.drivers.reb.TestImage
Disconnects from a REB.
disconnect() - Method in class org.lsst.ccs.drivers.reb.TestReg
Disconnects from a REB.
display(int) - Method in class org.lsst.ccs.drivers.reb.TestImage
Displays image data.
display(int, int) - Method in class org.lsst.ccs.drivers.reb.TestImage
Displays image data.
display(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestImage
Displays image data.

E

element - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
enable() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Enables the time-base.
enable(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Enables a register set.
enable() - Method in class org.lsst.ccs.drivers.reb.PowerAdcs
Enables the power ADC reading.
enable() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Enables the sequencer.
enable() - Method in class org.lsst.ccs.drivers.reb.StatusSet
Enables the status block.
enable() - Method in class org.lsst.ccs.drivers.reb.TempAdcs
Enables the temperature ADC reading.
enable(TestReg.RsetId) - Method in class org.lsst.ccs.drivers.reb.TestReg
Enables a register set.
enableFast() - Method in class org.lsst.ccs.drivers.reb.FastAdcs
Enables the fast ADC reading.
enableScan(boolean) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Enables or disables scan mode.
ERROR_MASK - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
ERROR_MASK - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
ERROR_MASK_GD - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
ERROR_MASK_OD - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
ERROR_MASK_RD - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
ERROR_MASK_SIZE - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
event - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
execRefs - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 
execReps - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 

F

FADC_SCALE - Static variable in class org.lsst.ccs.drivers.reb.FastAdcs
 
FastAdcs - Class in org.lsst.ccs.drivers.reb
ASIC ADC reading routines.
FastAdcs(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.FastAdcs
Constructor.
fetch(int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Fetches the contents of a CABAC strip to the registers.
fetchVoltages(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Fetches the WREB2/GREB monitoring ADC values.
fetchVoltages() - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Fetches the WREB2/GREB monitoring ADC values.
finalize() - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Finalizer.
finalize() - Method in class org.lsst.ccs.drivers.reb.Image
Performs finalization.
finalize() - Method in class org.lsst.ccs.drivers.reb.ImageClient
Finalizer.
finalize() - Method in class org.lsst.ccs.drivers.reb.RegClient
Finalizer.
format - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
FRS_RATE_10 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_10 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_12 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_12 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_123 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_123 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_16 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_16 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_17 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_17 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_19 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_19 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_242 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_242 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_33 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_33 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_39 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_39 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_4 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_4 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_470 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_470 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_50 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_50 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_6 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_6 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_62 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_62 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
FRS_RATE_8 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
FRS_RATE_8 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
functionCalled(int, boolean, int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
functionCalled(int, boolean, int) - Method in interface org.lsst.ccs.drivers.reb.sim.SequencerSimulation.FunctionListener
Called whenever a new function is entered.
FW_VERSION_GREB_0 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_GREB_1 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_GREB_2 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_INITIAL - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB0_0 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB0_1 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB1_2 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB1_3 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB1_4 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB3 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB4_0 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB4_1 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB4_2 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB5_0 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_REB5_1 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_UNKNOWN - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_UNSET - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_WREB_1 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_WREB_2 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_WREB_3 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_WREB_4 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
FW_VERSION_WREB_5 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.

G

GAIN_1 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_1 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_128 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_128 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_16 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_16 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_2 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_2 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_32 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_32 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_4 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_4 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_64 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_64 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_8 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
GAIN_8 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
GAIN_INDEX - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
GAIN_POSN - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
get(int, int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Gets one CABAC field value.
get(int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Gets all CABAC field values.
get(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Gets several CABAC field values.
getAccumulatedNanos() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
getAddress() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getAddressSpaceForId(int) - Method in class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
 
getBaseSet() - Method in class org.lsst.ccs.drivers.reb.TestReg
Get the underlying BaseSet.
getCacheSliceCount() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Gets the slice count of a sequencer program cached copy.
getCalibration(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getCCDType() - Method in class org.lsst.ccs.drivers.reb.TempRtds
Gets the CCD type.
getCellErrorCount() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the PGP cell error count.
getChannel() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getChecksum() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
getClientVersion() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getClockSource() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getCluster() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
getConvMode() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getConvRate() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getData() - Method in class org.lsst.ccs.drivers.reb.Image
Gets the old-style (interleaved) image pixel data.
getData(int) - Method in class org.lsst.ccs.drivers.reb.Image
Gets the new-style (per-CCD) image pixel data.
getData(ImageMetadata) - Method in interface org.lsst.ccs.drivers.reb.sim.DataProvider
 
getData() - Method in class org.lsst.ccs.drivers.reb.sim.SimulatedImage
 
getData(ImageMetadata) - Method in class org.lsst.ccs.drivers.reb.sim.TrivialDataProvider
 
getDio() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getDiscCount() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the discarded images counter.
getDrebSerial() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the DREB serial number.
getElement() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
getErrorAddr() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Gets sequencer error address.
getErrors() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Gets the bit mask of DAC channels in error.
getEvent() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
getException() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation.FinalState
Give any exception which caused sequencer to stop.
getFast(int) - Method in class org.lsst.ccs.drivers.reb.FastAdcs
Gets the last few fast ADC samples.
getFastAvge(int) - Method in class org.lsst.ccs.drivers.reb.FastAdcs
Gets the average of the last few fast ADC samples.
getFormat() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
getFormat() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the image data format.
getFunctionCounts() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
getFwVersion() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the firmware version.
getGain() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getHwType() - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Global
 
getHwType() - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Global
 
getHwType() - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Global
 
getHwType() - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
getHwType() - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Gets the hardware type.
getHwType() - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Gets the hardware type.
getHwType() - Method in class org.lsst.ccs.drivers.reb.PciClient.Global
 
getHwType() - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
getHwVersion() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the hardware version.
getImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Images
 
getImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Images
 
getImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Images
 
getImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Images
 
getImage(Image) - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Impl
Reads an image.
getImage(Image) - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
getImage(Image) - Method in class org.lsst.ccs.drivers.reb.sim.ImageClientDaq1Simulation
 
getImageName() - Method in class org.lsst.ccs.drivers.reb.sim.DAQSimulation
 
getLength() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getLinkDownCount() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the PGP link down count.
getLinkErrorCount() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the PGP link error count.
getLinkStatus() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the PGP link status.
getMaxFunctionRepetitions() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
The current maximum function repetition count.
getMaxSubroutineRepetitions() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
The current maximum subroutine repetition count.
getMembers() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getMetadata() - Method in class org.lsst.ccs.drivers.reb.Image
Gets the image metadata.
getName() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getNumAspicTemps() - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Gets the number of ASPIC temperatures.
getNumberOfColumns() - Method in class org.lsst.ccs.drivers.reb.sim.SimulatedImage
 
getNumberOfRows() - Method in class org.lsst.ccs.drivers.reb.sim.SimulatedImage
 
getNumCcdCurrents() - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Gets the number of CCD currents.
getNumCcds() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getNumFields() - Method in class org.lsst.ccs.drivers.reb.Cabac
Gets the number of CABAC fields.
getNumRegs() - Method in class org.lsst.ccs.drivers.reb.PowerAdcs
Gets the number of ADC registers.
getNumRegs() - Method in class org.lsst.ccs.drivers.reb.TempAdcs
Gets the number of ADC registers.
getNumStrips() - Method in class org.lsst.ccs.drivers.reb.Aspic
Gets the number of strips.
getNumStrips() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the number of strips.
getNumStrips() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Gets the number of strips.
getNumStrips() - Method in class org.lsst.ccs.drivers.reb.Cabac
Gets the number of strips.
getPartition() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getPixels() - Method in class org.lsst.ccs.drivers.reb.sim.PixelCounter
 
getPlatform() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getProgramCounter() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation.FinalState
Get the program counter at the end of execution.
getRebSerial() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the REB serial number.
getRebType() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the REB type.
getRebType() - Method in class org.lsst.ccs.drivers.reb.sim.DAQSimulation
 
getRefSelect() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getRegisters() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getRegisters() - Method in class org.lsst.ccs.drivers.reb.sim.DAQSimulation
 
getRegSizes() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getRegulator() - Method in class org.lsst.ccs.drivers.reb.Cabac
Gets the power regulator enables.
getRenormalization() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Get the number of times infinite loops will actually repeat.
getSchema() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
getSciId() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getSciVersion() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getSensorType() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getSentCount() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the sent images counter.
getSequencer() - Method in class org.lsst.ccs.drivers.reb.sim.REB3Simulation
Access the sequencer within this reb3
getServerVersion() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getSourceDirection() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getSourceEnable() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getState() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Get the current state of the simulator.
getStateAtEnd() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation.FinalState
Sequencer state at the end of execution.
getStatus() - Method in class org.lsst.ccs.drivers.reb.Image
Gets the image pixel data status.
getStatus() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
getStripes() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getSubroutineCounts() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
getSubroutineReturns() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
getTag() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
getTime() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the time-base value as millisecond Unix time.
getTimeRaw() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the raw time-base value.
getTimestamp() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
getTriggerTime(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the trigger time for a register set as Unix millisecond time.
getTriggerTime() - Method in class org.lsst.ccs.drivers.reb.PowerAdcs
Gets the time of the read enable.
getTriggerTime() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Gets the sequencer trigger time.
getTriggerTime() - Method in class org.lsst.ccs.drivers.reb.StatusSet
Gets the status block trigger time.
getTriggerTime() - Method in class org.lsst.ccs.drivers.reb.TempAdcs
Gets the time of the read enable.
getTriggerTimeRaw(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the raw trigger time for a register set.
getTruncCount() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the truncated images counter.
getUnders() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Gets the bit mask of DAC channels under threshold.
getUndersString() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Gets the string of DAC channels under threshold.
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestGlobal.HdwType
 
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestImage.HdwType
 
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestReg.CabacField
 
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestReg.DacChan
 
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestReg.DacName
 
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestReg.HdwType
 
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestReg.RsetId
 
getValue() - Method in enum org.lsst.ccs.drivers.reb.TestReg.VoltsChan
 
getVcBufferStatus() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the PGP VC buffer status.
getVcRxCounts() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the PGP VC receive counters.
getVcTxCounts() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the PGP VC transmit counters.
getVersion() - Method in class org.lsst.ccs.drivers.reb.Aspic
Gets the ASPIC version.
getVersion(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the version of a particular option.
getVersion(int, boolean) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the version of a particular option.
getVersion() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Gets the DAC version.
getVersion() - Method in class org.lsst.ccs.drivers.reb.Cabac
Gets the CABAC version.
getVersion() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
getVersion() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Gets the version number.
getVersion() - Method in class org.lsst.ccs.drivers.reb.Status
Gets the version.
getVoltageChannels() - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Gets the set of valid voltage channel numbers.
Global() - Constructor for class org.lsst.ccs.drivers.reb.Daq0Client.Global
 
Global() - Constructor for class org.lsst.ccs.drivers.reb.Daq1Client.Global
 
Global() - Constructor for class org.lsst.ccs.drivers.reb.PciClient.Global
 
GlobalClient - Class in org.lsst.ccs.drivers.reb
Java interface to the global client routines
GlobalClient() - Constructor for class org.lsst.ccs.drivers.reb.GlobalClient
 
GlobalClient.Impl - Interface in org.lsst.ccs.drivers.reb
Inner interface to support choosing the hardware.
GlobalClientSimulation - Class in org.lsst.ccs.drivers.reb.sim
A simulation of the DAQ v1 GlobalClient

H

HDW_TYPE_DAQ - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_DAQ - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_DAQ - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
HDW_TYPE_DAQ0 - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_DAQ0 - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_DAQ0 - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
HDW_TYPE_DAQ1 - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_DAQ1 - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_DAQ1 - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
HDW_TYPE_DAQ2 - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_DAQ2 - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_DAQ2 - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
HDW_TYPE_DAQ4 - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_DAQ4 - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_DAQ4 - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
HDW_TYPE_PCI - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_PCI - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_PCI - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
HDW_TYPE_PCI0 - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_PCI0 - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_PCI0 - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
HDW_TYPE_PCI1 - Static variable in class org.lsst.ccs.drivers.reb.GlobalClient
Deprecated.
HDW_TYPE_PCI1 - Static variable in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
HDW_TYPE_PCI1 - Static variable in class org.lsst.ccs.drivers.reb.RegClient
Data fields.
hexDump(PrintStream, int, int) - Method in class org.lsst.ccs.drivers.reb.sim.AddressSpace
Dump out all registers in the specified address range.
hexLoad(Reader) - Method in class org.lsst.ccs.drivers.reb.sim.AddressSpace
Load a hexdump file into this address space.

I

ID_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
ID_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCDIR_11 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCDIR_11 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCDIR_12 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCDIR_12 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCDIR_21 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCDIR_21 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCDIR_22 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCDIR_22 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCENA_10 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCENA_10 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCENA_1000 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCENA_1000 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCENA_210 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCENA_210 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IEXCENA_OFF - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IEXCENA_OFF - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
Image - Class in org.lsst.ccs.drivers.reb
Image data
Image() - Constructor for class org.lsst.ccs.drivers.reb.Image
 
Image(String, long, int, String, int, long, int, int, int, int[], int, String, String, String, int[], ImageClient.Impl) - Constructor for class org.lsst.ccs.drivers.reb.Image
 
Image(String, long, int, String, int, long, int, int, int, int[], int, String, String, String, int[], ByteBuffer[]) - Constructor for class org.lsst.ccs.drivers.reb.Image
 
Image(String, long, int, int, long, int, int, int[], int, String, String, long, int[], long, ImageClient.Impl) - Constructor for class org.lsst.ccs.drivers.reb.Image
 
Image(String, long, int, int, long, int, int, int[], int, String, String, long, int[], ByteBuffer) - Constructor for class org.lsst.ccs.drivers.reb.Image
 
Image(long, int, int, int, int, int, int, int, long, ImageClient.Impl) - Constructor for class org.lsst.ccs.drivers.reb.Image
 
Image(long, int, int, int, int, int, int, int, ByteBuffer) - Constructor for class org.lsst.ccs.drivers.reb.Image
 
ImageClient - Class in org.lsst.ccs.drivers.reb
Java interface to the image client routines
ImageClient(RegClient) - Constructor for class org.lsst.ccs.drivers.reb.ImageClient
Constructor.
ImageClient(RegClient, String) - Constructor for class org.lsst.ccs.drivers.reb.ImageClient
Constructor.
ImageClient.Impl - Interface in org.lsst.ccs.drivers.reb
Inner interface to support choosing the hardware.
ImageClient.Listener - Interface in org.lsst.ccs.drivers.reb
Defines the data listener.
ImageClientDaq1Simulation - Class in org.lsst.ccs.drivers.reb.sim
A simulation of the DAQv1 image client with a REB3
ImageMetadata - Class in org.lsst.ccs.drivers.reb
Image metadata
ImageMetadata() - Constructor for class org.lsst.ccs.drivers.reb.ImageMetadata
 
ImageMetadata(String, long, int, String, int, long, int, int, int, int[], int, String, String, String, int[]) - Constructor for class org.lsst.ccs.drivers.reb.ImageMetadata
 
ImageMetadata(String, long, int, int, long, int, int, int[], int, String, String, long, int[]) - Constructor for class org.lsst.ccs.drivers.reb.ImageMetadata
 
ImageMetadata(long, int, int, int, int, int, int, int) - Constructor for class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
INC_STRIPS - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
initialize() - Method in class org.lsst.ccs.drivers.reb.TempRtds
Initializes for RTD reading.
initialize() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
interleaved - Variable in class org.lsst.ccs.drivers.reb.Image
 
interrupt() - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Images
 
interrupt() - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Images
 
interrupt() - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Impl
Interrupts an image wait.
interrupt() - Method in class org.lsst.ccs.drivers.reb.ImageClient
Interrupts an image wait.
interrupt() - Method in class org.lsst.ccs.drivers.reb.TestImage
Interrupts an image wait.
IO_DIOENA - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_DIOENA - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_IEXCDIR_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_IEXCDIR_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_IEXCDIR_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_IEXCDIR_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_IEXCENA_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_IEXCENA_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_IEXCENA_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_IEXCENA_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_IO1DAT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_IO1DAT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_IO2DAT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_IO2DAT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
IO_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
IO_STANDARD - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
isBackBiasOn() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the back bias setting.
isBuffered() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
isDcdcSync() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Gets the DC/DC synchronization.
isEnabled(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Checks whether a register set is enabled.
isEnabled() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Checks whether the sequencer is enabled.
isInterleaved() - Method in class org.lsst.ccs.drivers.reb.Image
Gets whether the image pixel data is interleaved.
isNapModeOn() - Method in class org.lsst.ccs.drivers.reb.Aspic
Gets nap mode.
isPowerSwitch() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
isRefDetect() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
isRunning() - Method in enum org.lsst.ccs.drivers.reb.sim.SequencerSimulation.State
 
isScanEnabled() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Gets whether scan mode is enabled.
isUnipolar() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
isVersion(int, int...) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Tests for a particular option version.

J

jumpRefs - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 
jumpReps - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 

L

length - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
length() - Method in interface org.lsst.ccs.drivers.reb.sim.RegisterSet
The length of this register set.
length() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.Register
 
length() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.SimpleRegisterSet
 
lines - Variable in class org.lsst.ccs.drivers.reb.Sequencer
Fields.
listen(TestImage.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestImage
Turns the listener on or off.
load(int) - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Loads one DAC's values.
load(int, int) - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Loads the values for one DAC and strip.
load(int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Loads a CABAC strip from the registers.
loadAll() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Loads all DAC values.
loadCommand(String) - Method in class org.lsst.ccs.drivers.reb.SequencerUtils
Carries out a sequencer load command.
loadCommand(String, int) - Method in class org.lsst.ccs.drivers.reb.SequencerUtils
Carries out a sequencer load command.
loadCommand(String) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads a command into the sequencer.
loadFile(String) - Method in class org.lsst.ccs.drivers.reb.SequencerUtils
Loads the sequencer from a file.
loadFile(String) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads a file of commands into the sequencer.
loadGlobal() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Loads all global DAC values.
loadStrip() - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Loads all strip-associated DAC values.
loadStrip(int) - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Loads all DAC values for a strip.
loadTest(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads a test program into the sequencer.
loadTest(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Loads a test program into the sequencer.

M

main(String[]) - Static method in class org.lsst.ccs.drivers.reb.TestSlow
 
main(String[]) - Static method in class org.lsst.ccs.drivers.reb.TestSpeed
Main program
makeCommand(int, int, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Asic
Makes a command word.
MAX_ASICS - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
MAX_CCDS - Static variable in class org.lsst.ccs.drivers.reb.Image
 
MAX_STRIPS - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
MAX_STRIPS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
MAX_SUBR_LEVEL - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
members - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
metadata() - Method in class org.lsst.ccs.drivers.reb.TestImage
Displays image metadata.
MOD_AMP_CM - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_AMP_CM - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_CHOP_DIS - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_CHOP_DIS - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_CLOCK_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_CLOCK_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_CLOCK_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_CLOCK_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_FRS_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_FRS_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_FRS_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_FRS_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_MODE_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_MODE_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_MODE_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_MODE_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_PSW - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MOD_PSW - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MOD_STANDARD - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_AF1 - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
MODE_CONT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_CONT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_IDLE - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_IDLE - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_INT_F_CAL - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_INT_F_CAL - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_INT_Z_CAL - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_INT_Z_CAL - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_PWR_DOWN - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_PWR_DOWN - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_SINGLE - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_SINGLE - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_SYS_F_CAL - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_SYS_F_CAL - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_SYS_Z_CAL - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
MODE_SYS_Z_CAL - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
MODE_TM - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
MUX_T_B_FAST - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
MUX_T_B_SLOW - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
MUX_T_FAST_B_SLOW - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
MUX_T_SLOW_B_FAST - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants

N

name - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
newGlobalClient(int[], String[]) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Global
 
newGlobalClient(String) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Global
 
newGlobalClient(int[], String[]) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
newGlobalClient(String) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
newGlobalClient(String) - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Creates a new object.
newGlobalClient(int[], String[]) - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Creates a new object.
newGlobalClient(int[], String[]) - Method in class org.lsst.ccs.drivers.reb.PciClient.Global
 
newGlobalClient(int[], String[]) - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
newGlobalClient(String) - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
newImageClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Images
 
newImageClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Images
 
newImageClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Images
 
newImageClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Images
 
newImageClient(int, String) - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Impl
Creates a new object.
newImageClient(int, String) - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
newImageClient(int, String) - Method in class org.lsst.ccs.drivers.reb.sim.ImageClientDaq1Simulation
 
newImageClient1(int, String, int) - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
newRegClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Registers
 
newRegClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Registers
 
newRegClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
newRegClient(int, String) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
newRegClient(int, String) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
newRegClient(int, String) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Creates a new register client object.
newRegClient(int, String) - Method in class org.lsst.ccs.drivers.reb.sim.RegClientDaq1Simulation
 
newRegClient1(int, String) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
NUM_BIAS_CHAN - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
NUM_CABAC_FLDS - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
NUM_CABAC_FLDS_0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
 
NUM_CABAC_REGS - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
NUM_CURR_CHANS - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
NUM_FADC_SAMPS - Static variable in class org.lsst.ccs.drivers.reb.FastAdcs
Public constants
NUM_MUX_SET - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
NUM_POWER_REGS_G - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
NUM_POWER_REGS_M - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
NUM_POWER_REGS_S - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
NUM_POWER_REGS_S5 - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
NUM_POWER_REGS_W - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
NUM_RTD_TEMPS - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
Public constants
NUM_RTD_TEMPS - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
NUM_SIDES - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
NUM_STAT_REG - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
NUM_TEMP_REGS_G - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
NUM_TEMP_REGS_M - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
NUM_TEMP_REGS_S - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
NUM_TEMP_REGS_S0 - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
NUM_TEMP_REGS_W - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
NUM_TEMPS - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
numCcds - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 

O

OFF_BIAS_ERROR - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
OFF_BIAS_GATE - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
OFF_CABAC_ALT - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
OFF_CLOCK_RAILS - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
OFF_CS_GATE - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
OFF_HEATER - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
OFF_MON_ADCS - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_CK_SH - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_CKP - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_CKP_SH - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_CKS - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_GD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_OD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_ODI_G - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_ODI_W - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_OG - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_RD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_RG - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_RG_L - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_RG_U - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_SCK_L - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_SCK_U - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_V_CLKL - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_V_DPHI - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_MON_VREF25 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
OFF_STAT_BUFFSTAT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_CERR_CNT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_DISC_CNT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_FORMAT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_LDWN_CNT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_LERR_CNT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_LINKSTAT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_RX_CNTS - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_SENT_CNT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_TRUNC_CNT - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_TX_CNTS - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFF_STAT_VERSION - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
OFFSET_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
OFFSET_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
open(int, int, String) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Opens a connection.
open(String) - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Opens a connection to a DAQ V2/4 partition.
open(int, int[], String[]) - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Opens a connection to a set of REBs, i.e.
open(int) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Deprecated.
open(int, String) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Opens a DAQ1/2/4 connection.
open(int, int, String) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Opens a connection.
open(int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Opens a DAQ1 connection.
open(int, String) - Method in class org.lsst.ccs.drivers.reb.RegClient
Opens a DAQ1/2/4 connection using the specified partition.
open(int, int, String) - Method in class org.lsst.ccs.drivers.reb.RegClient
Opens a connection.
open() - Method in class org.lsst.ccs.drivers.reb.sim.AutoCloseableReentrantLock
 
OPTN_ASPIC - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_BACK_BIAS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_BOARD_DACS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_BOARD_POWER - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_BOARD_TEMP - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_CABAC - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_CCD_TEMP - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_CONFIG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
OPTN_DCDC_SYNC - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_DREB_SN - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_FAST_ADCS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_IMMED - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
OPTN_REB_SN - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_SEQUENCER - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_SINGLE - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
OPTN_SLOW_ADCS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
OPTN_STATUS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
org.lsst.ccs.drivers.reb - package org.lsst.ccs.drivers.reb
 
org.lsst.ccs.drivers.reb.sim - package org.lsst.ccs.drivers.reb.sim
 

P

partition - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
PciClient - Class in org.lsst.ccs.drivers.reb
Java interface to the REB via the PGP PCI card.
PciClient() - Constructor for class org.lsst.ccs.drivers.reb.PciClient
 
PciClient.Global - Class in org.lsst.ccs.drivers.reb
Global interface.
PciClient.Images - Class in org.lsst.ccs.drivers.reb
Image interface.
PciClient.Registers - Class in org.lsst.ccs.drivers.reb
Register interface.
PixelCounter - Class in org.lsst.ccs.drivers.reb.sim
A waveform listener which can be attached to a sequencer to count the number of pixels (ADC samples) generated,
PixelCounter() - Constructor for class org.lsst.ccs.drivers.reb.sim.PixelCounter
 
platform - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
power() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows all the board power values.
power(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows a board power value.
power(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows board power values.
PowerAdcs - Class in org.lsst.ccs.drivers.reb
Power ADCs reading routines.
PowerAdcs(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.PowerAdcs
Constructor.
processImage(Image) - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Listener
Receives image data.
processImage(Image) - Method in class org.lsst.ccs.drivers.reb.TestImage
Handles each received image.
prog - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 
PWR_ENA_3V - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
PWR_ENA_5V - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
PWR_ENA_B3V - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
PWR_ENA_B5V - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
PWR_ENA_VEE - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.

R

RANGE_0_10 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
RANGE_0_5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
RANGE_1250 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_1250 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_156 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_156 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_19 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_19 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_2500 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_2500 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_312 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_312 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_39 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_39 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_625 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_625 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_78 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
RANGE_78 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
RANGE_PM10 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
RANGE_PM2_5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
RANGE_PM5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
RC_INDEX - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
RC_MASK - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
read(int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Reads from a register.
read(int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Reads from a set of registers.
read(int, int[]) - Method in class org.lsst.ccs.drivers.reb.RegClient
Reads from a set of registers.
read(int) - Method in class org.lsst.ccs.drivers.reb.sim.AddressSpace
 
read() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.ConstantRegister
 
read(int) - Method in interface org.lsst.ccs.drivers.reb.sim.RegisterSet
Read a single 32 bit value from this register set
read() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.ReadOnlyLongRegister
 
read(int) - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.Register
 
read() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.Register
Read the value of the register
read(int) - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.SimpleRegisterSet
 
read() - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.WriteOnlyRegister
 
read(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
read() - Method in class org.lsst.ccs.drivers.reb.TestImage
Reads an image.
read(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows register contents.
read(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows register contents.
readAdc(int) - Method in class org.lsst.ccs.drivers.reb.PowerAdcs
Reads one power value.
readAdc(int) - Method in class org.lsst.ccs.drivers.reb.TempAdcs
Reads one temperature value.
readAdc(int, int, TestAD7794.OptionNames...) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readAdc(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readAdcs() - Method in class org.lsst.ccs.drivers.reb.PowerAdcs
Reads all the power values.
readAdcs(int, int) - Method in class org.lsst.ccs.drivers.reb.PowerAdcs
Reads a range of power values.
readAdcs() - Method in class org.lsst.ccs.drivers.reb.TempAdcs
Reads all the temperature values.
readAdcs(int, int) - Method in class org.lsst.ccs.drivers.reb.TempAdcs
Reads a range of temperature values.
readAspicTemp(int, int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads a REB3/4, WREB2 or GREB ASPIC temperature directly.
readAspicTemps(int, int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads a range of REB3/4, WREB1/2 or GREB ASPIC temperature values.
readClamp(int, int) - Method in class org.lsst.ccs.drivers.reb.Aspic
Reads ASPIC clamp.
readCurrent(int, int, int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads a REB3/4 CCD current.
readCurrent(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads a REB3/4 CCD current.
readCurrents() - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads REB3/4 CCD currents (all).
readDataSource() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads the data source register.
readDirect(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads the REB3/4/5 slow ADC directly.
readExecCount(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads an execute repeat count parameter.
readExecFunc(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads an execute function code parameter.
readField(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Reads a CABAC field.
readField(int, int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Reads all CABAC fields.
readField(int, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Reads several CABAC fields.
readGainRc(int, int) - Method in class org.lsst.ccs.drivers.reb.Aspic
Reads ASPIC gain and RC.
readIdleState() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads the idle state output lines value.
readImage(Image) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Reads an image.
readIntTemperature() - Method in class org.lsst.ccs.drivers.reb.TempRtds
Reads the internal temperature.
readIntVoltage() - Method in class org.lsst.ccs.drivers.reb.TempRtds
Reads the internal voltage.
readJumpCount(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads a jump repeat count parameter
readJumpSubr(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads a jump subroutine address parameter
readLong(int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Reads a register pair as a long value.
readLong(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows a pair of registers.
readModes(int, int) - Method in class org.lsst.ccs.drivers.reb.Aspic
Reads ASPIC special modes.
readRaw(int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Reads CABAC input registers in raw format.
readReg(long, int) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Registers
 
readReg(long, int) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Registers
 
readReg(long, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
readReg(long, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
readReg(long, int) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
readReg(long, int) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Reads from a register.
readReg(long, int) - Method in class org.lsst.ccs.drivers.reb.sim.RegClientDaq1Simulation
 
readReg(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readRegister(int) - Method in class org.lsst.ccs.drivers.reb.TempRtds
Reads a register.
readRegister(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Registers
 
readRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Registers
 
readRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
readRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
readRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
readRegs(long, int, int[], int, int) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Reads from a set of registers.
readRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.sim.RegClientDaq1Simulation
 
readRegs1(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
readRegs1(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
readSliceCount() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads the slice count.
readSlow(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads the WREB1/2 slow ADC.
readStartAddr() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads the start address register.
readStatus() - Method in class org.lsst.ccs.drivers.reb.StatusSet
Reads the status block.
readStripeSelect() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Reads the stripe selection register.
readTemp(int, TestAD7794.OptionNames...) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readTemperature(int) - Method in class org.lsst.ccs.drivers.reb.TempRtds
Reads an RTD temperature.
readTemperature(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readVdd(int, TestAD7794.OptionNames...) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readVdd(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
readVoltage(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads a REB3 bias or WREB2/GREB/REB4 clock/bias voltage.
readVoltageNow(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads a REB3 bias or WREB2/GREB/REB4 clock/bias voltage.
readVoltages() - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Reads all REB3 bias or WREB2/GREB/REB4 clock/bias voltages.
REB3Simulation - Class in org.lsst.ccs.drivers.reb.sim
A simulation of a REB3 device.
REB3Simulation(int, boolean) - Constructor for class org.lsst.ccs.drivers.reb.sim.REB3Simulation
Create a reb3 simulator.
REB_TYPE_GUIDER - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REB_TYPE_GUIDER - Static variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
REB_TYPE_SCIENCE - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REB_TYPE_SCIENCE - Static variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
REB_TYPE_UNKNOWN - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REB_TYPE_WAVEFRONT - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REB_TYPE_WAVEFRONT - Static variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
REBException - Exception in org.lsst.ccs.drivers.reb
 
REBException(String) - Constructor for exception org.lsst.ccs.drivers.reb.REBException
 
REBTimeoutException - Exception in org.lsst.ccs.drivers.reb
 
REBTimeoutException(String) - Constructor for exception org.lsst.ccs.drivers.reb.REBTimeoutException
 
REFSEL_EXT1 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
REFSEL_EXT1 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
REFSEL_EXT2 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
REFSEL_EXT2 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
REFSEL_INT - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
REFSEL_INT - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
REG_ASPIC - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
REG_ASPIC_LOAD - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
REG_ASPIC_NAP - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
REG_ASPIC_READ - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
REG_ASPIC_READ - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_ASPIC_READ_0 - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
REG_ASPIC_RESET - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
REG_ASPIC_START - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_BACK_BIAS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_BOARD_DACS - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
REG_BOARD_DACS_0 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
REG_CABAC - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
REG_CABAC_FETCH - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
REG_CABAC_LOAD - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
REG_CABAC_POWER - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
REG_CABAC_READ - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
REG_CABAC_RESET - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
REG_CABAC_RESET_0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
REG_DCDC_SYNC - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_FADC_COUNT - Static variable in class org.lsst.ccs.drivers.reb.FastAdcs
Public constants
REG_FADC_SAMPS - Static variable in class org.lsst.ccs.drivers.reb.FastAdcs
Public constants
REG_ID - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_MON_CONFIG - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_MON_READ - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_MON_START - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_MUX_CONFIG - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_MUX_READ - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_POWER_ADCS - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
REG_RTD_COMMAND - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
Public constants
REG_RTD_COMMAND - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
REG_RTD_REPLY - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
Public constants
REG_RTD_REPLY - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
REG_RTD_RESET - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
Public constants
REG_RTD_RESET - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
REG_SCHEMA - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_SEQ_BEB - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_ERROR_RESET - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_ERROR_VALUE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_EXEC_REFS - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_EXEC_REPS - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_JUMP_REFS - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_JUMP_REPS - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_LINES - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_NSLICE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_PROGRAM - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_SCAN_CNTRL - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_SCAN_RESET - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_SCAN_RESET_2 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_SOURCE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_SSIZE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_STACK - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_START_ADDR - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_STEP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_STEP_0 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_STOP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_STOP_0 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_STRIPE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SEQ_TIMES - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
REG_SN_DREB_START - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_SN_DREB_VALUE - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_SN_REB_START - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_SN_REB_VALUE - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_STATE - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_STATUS - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
REG_STATUS_0 - Static variable in class org.lsst.ccs.drivers.reb.StatusSet
Public constants.
REG_TEMP_ADCS - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
REG_TEMP_MUX - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_TEMP_READ - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_TEMP_SLCT - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
REG_TIME_BASE - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_TRIG_TIME - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_TRIGGER - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
REG_VERSION - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
RegClient - Class in org.lsst.ccs.drivers.reb
Java interface to the REB registers.
RegClient() - Constructor for class org.lsst.ccs.drivers.reb.RegClient
Constructor.
RegClient.Impl - Interface in org.lsst.ccs.drivers.reb
Inner interface to support choosing the hardware.
RegClientDaq1Simulation - Class in org.lsst.ccs.drivers.reb.sim
Simulated interface to DAQ1 plus REB3.
region(int) - Method in class org.lsst.ccs.drivers.reb.TestImage
Sets the internal image display region.
region(int, int) - Method in class org.lsst.ccs.drivers.reb.TestImage
Sets the internal image display region.
registers - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
RegisterSet - Interface in org.lsst.ccs.drivers.reb.sim
Register set is a set of classes for handling one or more registers mapped to an address space.
RegisterSet.ArrayRegisterSet - Class in org.lsst.ccs.drivers.reb.sim
A register set wrapping an int array.
RegisterSet.ConstantRegister - Class in org.lsst.ccs.drivers.reb.sim
A read only single register with a constant value
RegisterSet.LongArrayRegisterSet - Class in org.lsst.ccs.drivers.reb.sim
A set of registers mapped to an array of longs
RegisterSet.ReadOnlyLongRegister - Class in org.lsst.ccs.drivers.reb.sim
 
RegisterSet.ReadOnlyRegister - Class in org.lsst.ccs.drivers.reb.sim
A read only single register.
RegisterSet.Register - Class in org.lsst.ccs.drivers.reb.sim
Implementation of a register consisting of a single register.
RegisterSet.SimpleLongRegisterSet - Class in org.lsst.ccs.drivers.reb.sim
A sequence of longs mapped to a register set.
RegisterSet.SimpleRegisterSet - Class in org.lsst.ccs.drivers.reb.sim
SimpleRegisterSet implements the RegisterSet interface with a fixed baseAddress and length.
RegisterSet.WriteOnlyRegister - Class in org.lsst.ccs.drivers.reb.sim
A read only single register.
removeFunctionListener(SequencerSimulation.FunctionListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Remove a function listener.
removeStateListener(SequencerSimulation.StateListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Remove a state change listener.
removeSubroutineListener(SequencerSimulation.SubroutineListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Remove a subroutine listener.
removeWaveformListener(SequencerSimulation.WaveformListener) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Remove a waveform listener.
reset(int) - Method in class org.lsst.ccs.drivers.reb.Aspic
Resets ASPIC registers.
reset(int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Resets a CABAC strip.
reset() - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Images
 
reset() - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Images
 
reset(long, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
reset(long, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
reset() - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Impl
Resets the front end system.
reset() - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
reset(long, int) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Resets the hardware.
reset(int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Resets the hardware.
reset() - Method in class org.lsst.ccs.drivers.reb.sim.ImageClientDaq1Simulation
 
reset() - Method in class org.lsst.ccs.drivers.reb.TempRtds
Resets the chip.
reset() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
reset() - Method in class org.lsst.ccs.drivers.reb.TestImage
Resets the front end system.
reset() - Method in class org.lsst.ccs.drivers.reb.TestReg
Resets the front end.
resetError() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Resets sequencer error.
resetFrontEnd() - Method in class org.lsst.ccs.drivers.reb.ImageClient
Resets the front end system.
resetScan() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Resets scan mode.
retryRead(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows register contents, retrying if exception.
reuse(TestImage.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestImage
Turns image data buffer re-use on or off.
RSET_FAST_ADCS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
RSET_POWER_ADCS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
RSET_SEQUENCER - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
RSET_STATUS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
RSET_TEMP_ADCS - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
RSET_TIME_BASE - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
rtdAdcTemperature() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the RTD ADC chip temperature
rtdAdcVoltage() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the RTD ADC voltage
rtdInit() - Method in class org.lsst.ccs.drivers.reb.TestReg
Initializes the RTD ADC chip
rtdRegister(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Reads an RTD ADC chip register
rtdReset() - Method in class org.lsst.ccs.drivers.reb.TestReg
Resets the RTD ADC chip
rtdTemperature(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows an RTD temperature

S

SAM_0 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SAM_1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SAM_2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SAM_3 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SAM_4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SAM_5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SAM_6 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SAM_7 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
SCALE_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
SCALE_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
scanMode() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the scan mode.
schema - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
sciId - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
sciVersion - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
sendStep() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Sends the step command.
sendStop() - Method in class org.lsst.ccs.drivers.reb.Sequencer
Sends the stop command.
sensorType - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
SEQ_ARG_IND_COUNT - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_ARG_IND_FUNC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_ARG_IND_JUMP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_ARG_IND_MASK - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_ERR_M_ADDR - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_ERR_M_CODE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_CL - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_EOI - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_P1 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_P2 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_P3 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_P4 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_RD - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_RG - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_RST - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_RU - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_S1 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_S2 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_S3 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_SHU - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_SOI - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_LINE_TRG - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_MAX_FUNC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_MAX_FUNC_0 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_MAX_PARAMETER - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_MAX_PROGRAM - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_MAX_SLICE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_MAX_STACK - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_END_PROG - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_END_PROG_1 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_END_SUBR - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_END_SUBR_1 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_EXECUTE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_EXECUTE_FP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_EXECUTE_FRP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_EXECUTE_RP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_JUMP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_JUMP_1 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_JUMP_AP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_JUMP_ARP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_OPC_JUMP_RP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_M_EXCCNT - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_M_FUNC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_M_LOOP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_M_PARM - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_M_SUBADD - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_M_SUBCNT - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_M_SUBCNT_1 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_V_FUNC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_V_OPCODE - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_V_SUBADD - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_PRG_V_SUBADD_1 - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_SRC_ADC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_SRC_BEB_ADC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_SRC_BEB_PTN - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_SRC_FPGA_PTN - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_SRC_PATTERN - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_STK_M_COUNT - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_STK_M_FUNC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_STK_V_FUNC - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
SEQ_STK_V_LOOP - Static variable in class org.lsst.ccs.drivers.reb.Sequencer
Public constants.
sequence(int) - Method in class org.lsst.ccs.drivers.reb.TestGlobal
Starts the sequencer(s).
Sequencer - Class in org.lsst.ccs.drivers.reb
REB sequencer access routines.
Sequencer(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.Sequencer
Constructor.
SequencerListener - Class in org.lsst.ccs.drivers.reb.sim
A general purpose sequencer listener useful for testing the sequencer simulation by counting the number of occurrences of each function/subroutine.
SequencerListener() - Constructor for class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
SequencerSimulation - Class in org.lsst.ccs.drivers.reb.sim
Simulate the REB3 sequencer.
SequencerSimulation(AddressSpace) - Constructor for class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Create a sequencer simulator.
SequencerSimulation.FinalState - Class in org.lsst.ccs.drivers.reb.sim
An object of this class can be obtained from the future returned by the start method.
SequencerSimulation.FunctionListener - Interface in org.lsst.ccs.drivers.reb.sim
A function listener is called any time a function is called.
SequencerSimulation.State - Enum in org.lsst.ccs.drivers.reb.sim
 
SequencerSimulation.StateListener - Interface in org.lsst.ccs.drivers.reb.sim
A state listener is called any time the sequencer state changes.
SequencerSimulation.SubroutineListener - Interface in org.lsst.ccs.drivers.reb.sim
A subroutine listener is called any time a subroutine starts or ends
SequencerSimulation.WaveformListener - Interface in org.lsst.ccs.drivers.reb.sim
A waveform listener is called any time an output transitions
SequencerUtils - Class in org.lsst.ccs.drivers.reb
Sequencer utility routines.
SequencerUtils(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.SequencerUtils
Constructor.
serverVersion - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
set(int, int) - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Sets a DAC value.
set(int, int, boolean) - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Sets a DAC value.
set(int, int, int) - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Sets a DAC value into a strip.
set(int, int, int, boolean) - Method in class org.lsst.ccs.drivers.reb.BoardDacs
Sets a DAC value into a strip.
set(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Sets one CABAC field value.
set(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Cabac
Sets all CABAC field values.
set(int, int, int, int[]) - Method in class org.lsst.ccs.drivers.reb.Cabac
Sets several CABAC field values.
setBackBias(boolean) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Sets the back bias state.
setBuff(TestReg.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setBuffered(boolean) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setChan(TestAD7794.ChanNames) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setChannel(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setClientFactory(ClientFactory) - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Sets an alternative client factory.
setClientFactory(ClientFactory) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Sets an alternative client factory.
setClientFactory(ClientFactory) - Method in class org.lsst.ccs.drivers.reb.RegClient
Can be used to override the default clientFactory, for example to substitute a clientFactory which simulates real clients.
setClientFactory(ClientFactory) - Method in class org.lsst.ccs.drivers.reb.TestReg
Can be used to override the default clientFactory, for example to substitute a clientFactory which simulates real clients.
setClock(TestAD7794.ClockNames) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setClockSource(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setConv(TestAD7794.CnvModeNames) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setConvMode(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setConvRate(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setDataProvider(DataProvider) - Method in class org.lsst.ccs.drivers.reb.sim.ClientFactorySimulation
 
setDcdcSync(boolean) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Sets the DC/DC synchronization.
setDebug(TestReg.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setDebug(boolean) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setDefaultRebType(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Sets the default REB type.
setDelay(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setDelays(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setDio(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setFastCount(int) - Method in class org.lsst.ccs.drivers.reb.FastAdcs
Sets the number of fast ADC samples.
setGain(TestAD7794.GainNames) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setGain(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setListener(ImageClient.Listener, Image) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Sets the data listener.
setMaxFunctionRepetitions(int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Allows the maximum repetition count for functions to be arbitrarily limited.
setMaxSubroutineRepetitions(int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Allows the maximum repetition count for subroutines to be arbitrarily limited.
setMux(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Sets the WREB1 ASIC MUX.
setNapMode(boolean) - Method in class org.lsst.ccs.drivers.reb.Aspic
Sets nap mode.
setNumberOfColumns(int) - Method in class org.lsst.ccs.drivers.reb.sim.SimulatedImage
 
setNumberOfRows(int) - Method in class org.lsst.ccs.drivers.reb.sim.SimulatedImage
 
setPowerSwitch(boolean) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setRate(TestAD7794.RateNames) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setRebId(String) - Method in class org.lsst.ccs.drivers.reb.ImageClient
Sets the REB ID.
setRefdet(TestReg.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setRefDetect(boolean) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setReference(TestAD7794.RefsNames) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setRefSelect(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setRegisterList(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Global
 
setRegisterList(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
setRegisterList(int, int[]) - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Sets the registers to be read at image acquisition.
setRegisterlist(int, int[]) - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Sets the list of registers to be read when the image is acquired.
setRegisterList(int, int[]) - Method in class org.lsst.ccs.drivers.reb.PciClient.Global
 
setRegisterList(int, int[]) - Method in class org.lsst.ccs.drivers.reb.sim.DAQSimulation
 
setRegisterList(int, int[]) - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
setRegisters(int[]) - Method in class org.lsst.ccs.drivers.reb.sim.SimulatedImage
 
setRegulator(int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Sets the power regulator enables.
setRenormalization(int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Limits how many times infinite loops will actually repeat.
setScienceCCD(boolean) - Method in class org.lsst.ccs.drivers.reb.TempRtds
Sets whether a science CCD is being used.
setSourceDirection(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setSourceEnable(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setSwitch(TestReg.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setTime(long) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Sets the time-base value as millisecond Unix time.
setTime() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Sets the time-base value to the current system time.
setTime(String) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the time.
setTimeRaw(long) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Sets the raw time-base value.
setUnipol(TestReg.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setUnipolar(boolean) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
setupStandard() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
show() - Method in class org.lsst.ccs.drivers.reb.TestImage
Displays parameters.
show() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows connection parameters.
showBuff() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showCalib(int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showChan() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showClock() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showConv() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showGain() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showRate() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showRefdet() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showRefsel() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showRegs() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showStatReg() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showStatus() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the contents of the status block.
showSwitch() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
showUnipol() - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
shutdown() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Shutdown the simulator, stopping any programs currently running.
SIDE_BOTTOM - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
SIDE_MASK - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
SIDE_POSN - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
SIDE_TOP - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
SimulatedImage - Class in org.lsst.ccs.drivers.reb.sim
A simulated image to be returned from the image client.
SimulationException - Exception in org.lsst.ccs.drivers.reb.sim
An exception to be thrown by the REB/DAQ simulation classes
SimulationException(String, Object...) - Constructor for exception org.lsst.ccs.drivers.reb.sim.SimulationException
Create a simulation exception from a format string and list of arguments.
SimulationException(String) - Constructor for exception org.lsst.ccs.drivers.reb.sim.SimulationException
Create a simulation exception from a simple message
sliceCount() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the slice count register.
sliceCount(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the slice count register.
sliceCount(TestReg.ScanOption) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets/resets the scan mode.
slowAdc(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows slow ADC raw value.
SlowAdcs - Class in org.lsst.ccs.drivers.reb
ASIC ADC reading routines.
SlowAdcs(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.SlowAdcs
Constructor.
SN_READ_ERROR - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
 
SN_READ_OKAY - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
 
SN_READ_TIMEOUT - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
 
SN_VALUE_MASK - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
 
snDreb() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows DREB serial number.
snReb() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows REB serial number.
stack - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 
stackSize - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 
start() - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Start the sequencer.
startAddr - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 
startSequencer(int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
startSequencer(int) - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Starts the sequencer.
startSequencer(int) - Method in class org.lsst.ccs.drivers.reb.GlobalClient
Starts the sequencer.
startSequencer(int) - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
stateChanged(SequencerSimulation.State, SequencerSimulation.State) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
stateChanged(SequencerSimulation.State, SequencerSimulation.State) - Method in interface org.lsst.ccs.drivers.reb.sim.SequencerSimulation.StateListener
Called whenever the state of the sequencer changes
Status - Class in org.lsst.ccs.drivers.reb
REB status block.
Status() - Constructor for class org.lsst.ccs.drivers.reb.Status
 
STATUS_GOOD - Static variable in class org.lsst.ccs.drivers.reb.Image
 
STATUS_INCOMPLETE - Static variable in class org.lsst.ccs.drivers.reb.Image
 
STATUS_MISSING - Static variable in class org.lsst.ccs.drivers.reb.Image
 
STATUS_REG - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
STATUS_REG - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
StatusSet - Class in org.lsst.ccs.drivers.reb
REB status block access routines.
StatusSet(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.StatusSet
Constructor.
step() - Method in class org.lsst.ccs.drivers.reb.TestReg
Sends a step request to the sequencer.
stop() - Method in class org.lsst.ccs.drivers.reb.TestReg
Sends a stop request to the sequencer.
STRIP_POSN - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
stripes - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
stripeSelect() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the stripe selection register.
stripeSelect(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the stripe selection register.
STS_AD7794 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
STS_AD7794 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
STS_CHANNEL_M - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
STS_CHANNEL_M - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
STS_CHANNEL_V - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
STS_CHANNEL_V - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
STS_ERROR - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
STS_ERROR - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
STS_NOXREF - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
STS_NOXREF - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
STS_READY - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
STS_READY - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
subroutineCalled(int, int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
subroutineCalled(int, int) - Method in interface org.lsst.ccs.drivers.reb.sim.SequencerSimulation.SubroutineListener
 
subroutineReturned(int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
subroutineReturned(int) - Method in interface org.lsst.ccs.drivers.reb.sim.SequencerSimulation.SubroutineListener
 

T

tag - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
TEMP_12_SCALE - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
TEMP_12_SCALE_R4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
TEMP_16_SCALE_GR - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
TEMP_16_SCALE_WR - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
TEMP_ASPIC_BOTTOM - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
TEMP_ASPIC_TOP - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
TEMP_CABAC_BOTTOM - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
TEMP_CABAC_TOP - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
TEMP_CONVN - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
TEMP_OFFSET - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
TEMP_SCALE - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
 
TempAdcs - Class in org.lsst.ccs.drivers.reb
Temperature ADCs reading routines.
TempAdcs(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.TempAdcs
Constructor.
temperature() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows all the board temperatures.
temperature(int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows a board temperature.
temperature(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows board temperatures.
TempRtds - Class in org.lsst.ccs.drivers.reb
Routines for reading the RTD temperature sensors.
TempRtds(BaseSet) - Constructor for class org.lsst.ccs.drivers.reb.TempRtds
Constructor.
TestAD7794 - Class in org.lsst.ccs.drivers.reb
Program to test the AD7794 RTD temperature readout chip.
TestAD7794() - Constructor for class org.lsst.ccs.drivers.reb.TestAD7794
 
TestAD7794.CalibNames - Enum in org.lsst.ccs.drivers.reb
 
TestAD7794.ChanNames - Enum in org.lsst.ccs.drivers.reb
 
TestAD7794.ClockNames - Enum in org.lsst.ccs.drivers.reb
 
TestAD7794.CnvModeNames - Enum in org.lsst.ccs.drivers.reb
 
TestAD7794.GainNames - Enum in org.lsst.ccs.drivers.reb
 
TestAD7794.OptionNames - Enum in org.lsst.ccs.drivers.reb
 
TestAD7794.RateNames - Enum in org.lsst.ccs.drivers.reb
 
TestAD7794.RefsNames - Enum in org.lsst.ccs.drivers.reb
 
testChannel(int) - Method in class org.lsst.ccs.drivers.reb.SlowAdcs
Tests a channel number for validity.
TestGlobal - Class in org.lsst.ccs.drivers.reb
Program to test the Java global client interface routines
TestGlobal() - Constructor for class org.lsst.ccs.drivers.reb.TestGlobal
 
TestGlobal.HdwType - Enum in org.lsst.ccs.drivers.reb
Enumeration for hardware type.
TestImage - Class in org.lsst.ccs.drivers.reb
Program to test the Java image client interface routines
TestImage() - Constructor for class org.lsst.ccs.drivers.reb.TestImage
 
TestImage.HdwType - Enum in org.lsst.ccs.drivers.reb
Enumeration for hardware type.
TestImage.OnOff - Enum in org.lsst.ccs.drivers.reb
Enumeration for on/off.
TestReg - Class in org.lsst.ccs.drivers.reb
Program to test the Java REB register access routines.
TestReg() - Constructor for class org.lsst.ccs.drivers.reb.TestReg
 
TestReg.CabacField - Enum in org.lsst.ccs.drivers.reb
 
TestReg.DacChan - Enum in org.lsst.ccs.drivers.reb
 
TestReg.DacName - Enum in org.lsst.ccs.drivers.reb
 
TestReg.HdwType - Enum in org.lsst.ccs.drivers.reb
Enumerations.
TestReg.OnOff - Enum in org.lsst.ccs.drivers.reb
 
TestReg.RsetId - Enum in org.lsst.ccs.drivers.reb
 
TestReg.ScanOption - Enum in org.lsst.ccs.drivers.reb
 
TestReg.VoltsChan - Enum in org.lsst.ccs.drivers.reb
 
TestRegSimulation - Class in org.lsst.ccs.drivers.reb.sim
Runs TestReg with simulated hardware
TestRegSimulation() - Constructor for class org.lsst.ccs.drivers.reb.sim.TestRegSimulation
 
TestRegSimulation(ClientFactorySimulation) - Constructor for class org.lsst.ccs.drivers.reb.sim.TestRegSimulation
 
TestSlow - Class in org.lsst.ccs.drivers.reb
 
TestSlow() - Constructor for class org.lsst.ccs.drivers.reb.TestSlow
 
TestSpeed - Class in org.lsst.ccs.drivers.reb
Program to test the speed of Java REB register access routines
TestSpeed() - Constructor for class org.lsst.ccs.drivers.reb.TestSpeed
 
throwIncompatException() - Method in class org.lsst.ccs.drivers.reb.BaseSet
Throws incompatible firmware version exception.
time(TestImage.OnOff) - Method in class org.lsst.ccs.drivers.reb.TestImage
Turns image acquisition time display on or off.
time() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the time.
timebase() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows the time base.
timebase(long) - Method in class org.lsst.ccs.drivers.reb.TestReg
Sets the time base.
timeRead(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Times reading from registers.
times - Variable in class org.lsst.ccs.drivers.reb.Sequencer
 
timestamp - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
 
timeWrite(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Times writing to a register.
toString() - Method in class org.lsst.ccs.drivers.reb.ImageMetadata
 
transition(int, int, int) - Method in class org.lsst.ccs.drivers.reb.sim.PixelCounter
 
transition(int, int, int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
transition(int, int, int) - Method in interface org.lsst.ccs.drivers.reb.sim.SequencerSimulation.WaveformListener
Called each time a function causes a change in the output waveform.
trigger(int) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerSimulation
Simulates use of the global proc method for starting or stopping the sequencer using opcodes.
trigger(String) - Method in class org.lsst.ccs.drivers.reb.TestGlobal
Acquires an image.
trigger(String, String, int, String, int...) - Method in class org.lsst.ccs.drivers.reb.TestGlobal
Acquires an image.
triggerImage(String) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Global
 
triggerImage(String) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
triggerImage(String, String, int, String, int...) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Global
 
triggerImage(String) - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Triggers image acquisition.
triggerImage(String, String, int, String, int...) - Method in interface org.lsst.ccs.drivers.reb.GlobalClient.Impl
Triggers image acquisition.
triggerImage(String) - Method in class org.lsst.ccs.drivers.reb.PciClient.Global
 
triggerImage(String) - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
triggerImage(String, String, int, String, int...) - Method in class org.lsst.ccs.drivers.reb.sim.GlobalClientSimulation
 
trigtime(TestReg.RsetId) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows a trigger time.
TrivialDataProvider - Class in org.lsst.ccs.drivers.reb.sim
 
TrivialDataProvider() - Constructor for class org.lsst.ccs.drivers.reb.sim.TrivialDataProvider
 

U

update(int, int, int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Updates a register.
update(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Updates a register.
updateReg(long, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Registers
 
updateReg(long, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Registers
 
updateReg(long, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
updateReg(long, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
updateReg(long, int, int, int) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
updateReg(long, int, int, int) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Updates a register.
updateReg(long, int, int, int) - Method in class org.lsst.ccs.drivers.reb.sim.RegClientDaq1Simulation
 
updateRegister(int, int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 

V

VALUE_MASK - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
VALUE_MASK - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
VALUE_MASK - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.sim.SequencerSimulation.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.CalibNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.ChanNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.ClockNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.CnvModeNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.GainNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.OptionNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.RateNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.RefsNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestGlobal.HdwType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestImage.HdwType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestImage.OnOff
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.CabacField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.DacChan
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.DacName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.HdwType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.OnOff
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.RsetId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.ScanOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.reb.TestReg.VoltsChan
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.drivers.reb.sim.SequencerSimulation.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.CalibNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.ChanNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.ClockNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.CnvModeNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.GainNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.OptionNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.RateNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestAD7794.RefsNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestGlobal.HdwType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestImage.HdwType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestImage.OnOff
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.CabacField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.DacChan
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.DacName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.HdwType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.OnOff
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.RsetId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.ScanOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.reb.TestReg.VoltsChan
Returns an array containing the constants of this enum type, in the order they are declared.
VBIAS_AIN1 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
VBIAS_AIN1 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
VBIAS_AIN2 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
VBIAS_AIN2 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
VBIAS_AIN3 - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
VBIAS_AIN3 - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
VBIAS_OFF - Static variable in class org.lsst.ccs.drivers.reb.TempRtds
 
VBIAS_OFF - Static variable in class org.lsst.ccs.drivers.reb.TestAD7794
 
Version(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.lsst.ccs.drivers.reb.BaseSet.Version
 
version - Variable in class org.lsst.ccs.drivers.reb.ImageMetadata
Deprecated.
VERSION_0 - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
VERSION_0 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_0 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
VERSION_1 - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
VERSION_1 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_1 - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
VERSION_2 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_3 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_4 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_5 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_6 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_7 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_8 - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_GREB - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
VERSION_GREB - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
VERSION_GREB - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
VERSION_GREB1 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_GREB2 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_REB0 - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
VERSION_REB0 - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
VERSION_REB0_0 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_REB0_1 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_REB1 - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
VERSION_REB1 - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
VERSION_REB3 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_REB3 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
VERSION_REB3 - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
VERSION_REB4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
VERSION_REB4X - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
VERSION_REB5 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_REB5 - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
VERSION_REB5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
VERSION_REB5X - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
VERSION_UNSUPP - Static variable in class org.lsst.ccs.drivers.reb.Aspic
Public constants
VERSION_UNSUPP - Static variable in class org.lsst.ccs.drivers.reb.BaseSet
Public constants.
VERSION_UNSUPP - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_UNSUPP - Static variable in class org.lsst.ccs.drivers.reb.Cabac
Public constants.
VERSION_WREB - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
Public constants.
VERSION_WREB - Static variable in class org.lsst.ccs.drivers.reb.TempAdcs
Public constants
VERSION_WREB1 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_WREB1 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
VERSION_WREB2 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VERSION_WREB2 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
Public constants
VERSION_WREB4 - Static variable in class org.lsst.ccs.drivers.reb.BoardDacs
Public constants
VOLT_12_SCALE - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_12_SCALE_H4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_12_SCALE_H5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_12_SCALE_HI - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_12_SCALE_M4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_12_SCALE_M5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_12_SCALE_R4 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_12_SCALE_R5 - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_16_SCALE - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_16_SCALE_AG - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_16_SCALE_GR - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_16_SCALE_HI - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_16_SCALE_MD - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
VOLT_16_SCALE_WR - Static variable in class org.lsst.ccs.drivers.reb.SlowAdcs
 
voltage(TestReg.VoltsChan) - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows slow ADC voltage value.
VOLTAGE_SCALE - Static variable in class org.lsst.ccs.drivers.reb.PowerAdcs
 
voltages() - Method in class org.lsst.ccs.drivers.reb.TestReg
Shows slow ADC voltage values.

W

waitDone(int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Waits for a register set to become disabled.
waitDone(int, int) - Method in class org.lsst.ccs.drivers.reb.BaseSet
Waits for a register set to become disabled.
waitDone() - Method in class org.lsst.ccs.drivers.reb.PowerAdcs
Waits for the data to be available.
waitDone(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Waits for the sequencer to be done (become idle).
waitDone() - Method in class org.lsst.ccs.drivers.reb.TempAdcs
Waits for the data to be available.
waitFastDone() - Method in class org.lsst.ccs.drivers.reb.FastAdcs
Waits for the fast ADC read to finish.
waitForImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Images
 
waitForImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Images
 
waitForImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Images
 
waitForImage(Image) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Images
 
waitForImage(Image) - Method in interface org.lsst.ccs.drivers.reb.ImageClient.Impl
Awaits an image.
waitForImage(Image) - Method in class org.lsst.ccs.drivers.reb.PciClient.Images
 
waitForImage(Image) - Method in class org.lsst.ccs.drivers.reb.sim.ImageClientDaq1Simulation
 
waitForState(SequencerSimulation.State, Duration) - Method in class org.lsst.ccs.drivers.reb.sim.SequencerListener
 
waitReady() - Method in class org.lsst.ccs.drivers.reb.TempRtds
Waits for the chip to become ready after a conversion
write(int, int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Writes to a register.
write(int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.RegClient
Writes to a set of registers.
write(int, int[]) - Method in class org.lsst.ccs.drivers.reb.RegClient
Writes to a set of registers.
write(int, int) - Method in class org.lsst.ccs.drivers.reb.sim.AddressSpace
 
write(int) - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.ReadOnlyRegister
 
write(int, int) - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.Register
 
write(int) - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.Register
Write the value of the register
write(int, int) - Method in class org.lsst.ccs.drivers.reb.sim.RegisterSet.SimpleRegisterSet
 
write(int, int) - Method in interface org.lsst.ccs.drivers.reb.sim.RegisterSet
Write a single 32 bit value to this register set
write(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
write(int, int) - Method in class org.lsst.ccs.drivers.reb.TestReg
Writes to a register.
WRITE_POSN - Static variable in class org.lsst.ccs.drivers.reb.Asic
Public constants
writeBebSelect(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes the BEB selector register.
writeClamp(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Aspic
Writes ASPIC clamp.
writeDataSource(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes the data source register.
writeExecCount(int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes an execute repeat count parameter.
writeExecFunc(int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes an execute function code parameter.
writeField(int, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Cabac
Writes a CABAC field.
writeField(int, int, int[]) - Method in class org.lsst.ccs.drivers.reb.Cabac
Writes all CABAC fields.
writeField(int, int, int, int, int[]) - Method in class org.lsst.ccs.drivers.reb.Cabac
Writes several CABAC fields.
writeGainRc(int, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Aspic
Writes ASPIC gain and RC.
writeIdleState(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes the idle state output lines value.
writeJumpCount(int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a jump repeat count parameter.
writeJumpSubr(int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a jump subroutine address parameter.
writeLines(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes an output lines value.
writeLines(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of output lines values.
writeLines(int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of output lines values.
writeLong(int, long) - Method in class org.lsst.ccs.drivers.reb.RegClient
Writes a long value to a register pair.
writeLong(int, long) - Method in class org.lsst.ccs.drivers.reb.TestReg
Writes a pair of registers.
writeModes(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Aspic
Writes ASPIC special modes.
writeProgEnd(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes an end program word.
writeProgEndSubr(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes an end subroutine word.
writeProgExec(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes an execute program word.
writeProgExec(int, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes an execute program word.
writeProgJump(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a jump program word.
writeProgJump(int, int, int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a jump program word.
writeProgram(int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a program word.
writeProgram(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of program words.
writeProgram(int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of program words.
writeRaw(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Cabac
Writes CABAC output registers in raw format.
writeReg(long, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Registers
 
writeReg(long, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Registers
 
writeReg(long, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
writeReg(long, int, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
writeReg(long, int, int) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
writeReg(long, int, int) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Writes to a register.
writeReg(long, int, int) - Method in class org.lsst.ccs.drivers.reb.sim.RegClientDaq1Simulation
 
writeReg(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
writeRegister(int, int) - Method in class org.lsst.ccs.drivers.reb.TempRtds
Writes a register
writeRegister(int, int) - Method in class org.lsst.ccs.drivers.reb.TestAD7794
 
writeRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq0Client.Registers
 
writeRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq1Client.Registers
 
writeRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
writeRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
writeRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.PciClient.Registers
 
writeRegs(long, int, int[], int, int) - Method in interface org.lsst.ccs.drivers.reb.RegClient.Impl
Writes to a set of registers.
writeRegs(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.sim.RegClientDaq1Simulation
 
writeRegs1(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq2Client.Registers
 
writeRegs1(long, int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Daq4Client.Registers
 
writeSliceCount(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes the slice count.
writeStack(int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a stack value.
writeStack(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of stack values.
writeStack(int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of stack values.
writeStack(int[]) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a complete set of stack values, setting the stack size.
writeStack(int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a complete set of stack values, setting the stack size.
writeStackSize(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes the stack size.
writeStartAddr(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes the start address register.
writeStripeSelect(int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes the stripe selection register.
writeTimes(int, int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a time slice value.
writeTimes(int, int[]) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of time slice values.
writeTimes(int, int[], int, int) - Method in class org.lsst.ccs.drivers.reb.Sequencer
Writes a set of time slice values.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2023 LSST. All rights reserved.