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

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

Uses of SEP_EXPOSURE_TIME_FLAG in js.dev.cam
 

Methods in js.dev.cam that return SEP_EXPOSURE_TIME_FLAG
 SEP_EXPOSURE_TIME_FLAG GrabImageParams.getSepExposureTimeFlag()
           
 

Methods in js.dev.cam with parameters of type SEP_EXPOSURE_TIME_FLAG
 void GrabImageParams.setSepExposureTimeFlag(SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag)
           
 

Constructors in js.dev.cam with parameters of type SEP_EXPOSURE_TIME_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 SEP_EXPOSURE_TIME_FLAG in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return SEP_EXPOSURE_TIME_FLAG
 SEP_EXPOSURE_TIME_FLAG StartExposureParams.getSepExposureTimeFlag()
           
 SEP_EXPOSURE_TIME_FLAG ExposeCcdParams.getSepExposureTimeFlag()
           
static SEP_EXPOSURE_TIME_FLAG SEP_EXPOSURE_TIME_FLAG.getSepExposureTimeFlag(long sepExpTimeFlag)
          This method returns the SEP_EXPOSURE_TIME_FLAG field.
static SEP_EXPOSURE_TIME_FLAG SEP_EXPOSURE_TIME_FLAG.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SEP_EXPOSURE_TIME_FLAG[] SEP_EXPOSURE_TIME_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 SEP_EXPOSURE_TIME_FLAG
 void StartExposureParams.setSepExposureTimeFlag(SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag)
           
 void ExposeCcdParams.setSepExposureTimeFlag(SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag)