kstars
#include <indiccd.h>
Public Types | |
enum | ChipType { PRIMARY_CCD, GUIDE_CCD } |
Public Member Functions | |
CCDChip (INDI::BaseDevice *bDevice, ClientManager *cManager, ChipType cType) | |
bool | abortExposure () |
void | addFrameLabel (const QString &label) |
bool | capture (double exposure) |
CCDBinType | getBinning () |
bool | getBinning (int *bin_x, int *bin_y) |
FITSScale | getCaptureFilter () |
FITSMode | getCaptureMode () |
bool | getFrame (int *x, int *y, int *w, int *h) |
CCDFrameType | getFrameType () |
QStringList | getFrameTypes () |
FITSView * | getImage (FITSMode imageType) |
ChipType | getType () |
bool | isBatchMode () |
bool | isCapturing () |
void | setBatchMode (bool enable) |
bool | setBinning (int bin_x, int bin_y) |
bool | setBinning (CCDBinType binType) |
void | setCaptureFilter (FITSScale fType) |
void | setCaptureMode (FITSMode mode) |
bool | setFrame (int x, int y, int w, int h) |
bool | setFrameType (CCDFrameType fType) |
bool | setFrameType (const QString &name) |
void | setImage (FITSView *image, FITSMode imageType) |
void | setShowFITS (bool enable) |
bool | showFITS () |
Detailed Description
Member Enumeration Documentation
Constructor & Destructor Documentation
ISD::CCDChip::CCDChip | ( | INDI::BaseDevice * | bDevice, |
ClientManager * | cManager, | ||
ChipType | cType | ||
) |
Definition at line 37 of file indiccd.cpp.
Member Function Documentation
bool ISD::CCDChip::abortExposure | ( | ) |
Definition at line 224 of file indiccd.cpp.
|
inline |
bool ISD::CCDChip::capture | ( | double | exposure | ) |
Definition at line 198 of file indiccd.cpp.
CCDBinType ISD::CCDChip::getBinning | ( | ) |
Definition at line 394 of file indiccd.cpp.
bool ISD::CCDChip::getBinning | ( | int * | bin_x, |
int * | bin_y | ||
) |
Definition at line 444 of file indiccd.cpp.
bool ISD::CCDChip::getFrame | ( | int * | x, |
int * | y, | ||
int * | w, | ||
int * | h | ||
) |
Definition at line 106 of file indiccd.cpp.
CCDFrameType ISD::CCDChip::getFrameType | ( | ) |
Definition at line 336 of file indiccd.cpp.
Definition at line 51 of file indiccd.cpp.
bool ISD::CCDChip::isCapturing | ( | ) |
Definition at line 255 of file indiccd.cpp.
bool ISD::CCDChip::setBinning | ( | int | bin_x, |
int | bin_y | ||
) |
Definition at line 477 of file indiccd.cpp.
bool ISD::CCDChip::setBinning | ( | CCDBinType | binType | ) |
Definition at line 372 of file indiccd.cpp.
|
inline |
bool ISD::CCDChip::setFrame | ( | int | x, |
int | y, | ||
int | w, | ||
int | h | ||
) |
Definition at line 156 of file indiccd.cpp.
bool ISD::CCDChip::setFrameType | ( | CCDFrameType | fType | ) |
Definition at line 299 of file indiccd.cpp.
bool ISD::CCDChip::setFrameType | ( | const QString & | name | ) |
Definition at line 277 of file indiccd.cpp.
Definition at line 79 of file indiccd.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.