kstars
sbigccd.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <math.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include "fitsrw.h"
#include "indidevapi.h"
#include "eventloop.h"
#include "indicom.h"
Include dependency graph for sbigccd.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | SBIGCam |
Defines | |
#define | COMM_GROUP "Communication" |
#define | EXPOSE_GROUP "Expose" |
#define | getBigEndian(p) ( ((p & 0xff) << 8) | (p >> 8)) |
#define | IMAGE_GROUP "Image Settings" |
#define | MAX_CCD_TEMP 40 |
#define | MAX_PIXELS 4096 |
#define | MAXHBIN 8 |
#define | MAXVBIN 64 |
#define | MIN_CCD_TEMP -60 |
#define | mydev "SBIG CCD" |
#define | POLLMS 1000 |
#define | TEMP_THRESHOLD .25 |
Define Documentation