Uses of Class
js.dev.cam.sbig.EEP_CCD_FLAG

Packages that use EEP_CCD_FLAG
js.dev.cam   
js.dev.cam.sbig   
 

Uses of EEP_CCD_FLAG in js.dev.cam
 

Methods in js.dev.cam that return EEP_CCD_FLAG
 EEP_CCD_FLAG GrabImageParams.getEepCcdFlag()
           
 

Methods in js.dev.cam with parameters of type EEP_CCD_FLAG
 void GrabImageParams.setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
           
 

Constructors in js.dev.cam with parameters of type EEP_CCD_FLAG
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, BITPIX bitpix, int top, int left, int height, int width, SEP_CCD_FLAG sepCcdFlag, SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag, EEP_CCD_FLAG eepCcdFlag, boolean progress)
          Constructor.
 

Uses of EEP_CCD_FLAG in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return EEP_CCD_FLAG
 EEP_CCD_FLAG ExposeCcdParams.getEepCcdFlag()
           
 EEP_CCD_FLAG EndExposureParams.getEepCcdFlag()
           
static EEP_CCD_FLAG EEP_CCD_FLAG.getEepCcdFlag(int value)
           
static EEP_CCD_FLAG EEP_CCD_FLAG.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EEP_CCD_FLAG[] EEP_CCD_FLAG.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in js.dev.cam.sbig with parameters of type EEP_CCD_FLAG
 void ExposeCcdParams.setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
           
 void EndExposureParams.setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
           
 

Constructors in js.dev.cam.sbig with parameters of type EEP_CCD_FLAG
EndExposureParams(CCD_REQUEST ccdRequest, EEP_CCD_FLAG eepCcdFlagRequest)
          Constructor.