kstars
Camera_Example.cpp File Reference
#include "windows.h"
#include "stdio.h"
#include "CameraIO.h"
#include "CameraIO_ISA_9x.h"
#include "CameraIO_PPI_9x.h"
#include "CameraIO_ISA_NT.h"
#include "CameraIO_PPI_NT.h"
#include "CameraIO_PCI.h"
Include dependency graph for Camera_Example.cpp:

Go to the source code of this file.
Functions | |
bool | CfgGet (FILE *inifp, char *inisect, char *iniparm, char *retbuff, short bufflen, short *parmlen) |
long | config_load (char *cfgname, short BaseAddress, short RegOffset) |
unsigned short | hextoi (char *instr) |
int | InitCam (char *cfgname) |
void | trimstr (char *s) |
Variables | |
CCameraIO * | cam |
const long | CCD_OPEN_ALLOC = 4 |
const long | CCD_OPEN_CFGDATA = 2 |
const long | CCD_OPEN_CFGNAME = 1 |
const long | CCD_OPEN_LOOPTST = 3 |
const long | CCD_OPEN_NOERR = 0 |
const long | CCD_OPEN_NTIO = 5 |
Function Documentation
bool CfgGet | ( | FILE * | inifp, | |
char * | inisect, | |||
char * | iniparm, | |||
char * | retbuff, | |||
short | bufflen, | |||
short * | parmlen | |||
) |
Definition at line 126 of file Camera_Example.cpp.
long config_load | ( | char * | cfgname, | |
short | BaseAddress, | |||
short | RegOffset | |||
) |
Definition at line 206 of file Camera_Example.cpp.
unsigned short hextoi | ( | char * | instr | ) |
Definition at line 74 of file Camera_Example.cpp.
int InitCam | ( | char * | cfgname | ) |
Definition at line 40 of file Camera_Example.cpp.
void trimstr | ( | char * | s | ) |
Definition at line 109 of file Camera_Example.cpp.
Variable Documentation
Definition at line 24 of file Camera_Example.cpp.
const long CCD_OPEN_ALLOC = 4 |
Definition at line 21 of file Camera_Example.cpp.
const long CCD_OPEN_CFGDATA = 2 |
Definition at line 19 of file Camera_Example.cpp.
const long CCD_OPEN_CFGNAME = 1 |
Definition at line 18 of file Camera_Example.cpp.
const long CCD_OPEN_LOOPTST = 3 |
Definition at line 20 of file Camera_Example.cpp.
const long CCD_OPEN_NOERR = 0 |
Definition at line 17 of file Camera_Example.cpp.
const long CCD_OPEN_NTIO = 5 |
Definition at line 22 of file Camera_Example.cpp.