|
DLL Document
|
#include <clcamiface.h>
Data Fields | |
| short | boardTemp |
| Camera Pre-Amp Board temperature in tenths of degrees C. | |
| unsigned char | cameraFlags |
| short | CCDTemp |
| CCD Interface temperature in tenths of degrees C. | |
| unsigned short | computedMean |
| Mean Value subtracted in DSP if Zero Mean Biasing is Enabled. | |
| float | coolingUsed |
| range 0-1, amount of available TE cooling current applied | |
| unsigned char | errorByte |
| unsigned int | ExpTimeMSec |
| Exposure Time Count Down, in seconds. | |
| unsigned short | offsetSetting |
| CCD bias setting, 1 LSB is TBD volts. | |
| unsigned short | substrateSetting |
| CCD substrate setting, 1 LSB is TBD volts. | |
Camera Heart Beat Data The CCDsp camera periodically reports heartbeat data to the API. This structure defines the contents of the heartbeat message.
| short tsHeartBeatData::boardTemp |
Camera Pre-Amp Board temperature in tenths of degrees C.
| unsigned char tsHeartBeatData::cameraFlags |
Bit Mask - Bit 0 - Cooling Enabled (see CLSetCCDCooling)
| short tsHeartBeatData::CCDTemp |
CCD Interface temperature in tenths of degrees C.
| unsigned short tsHeartBeatData::computedMean |
Mean Value subtracted in DSP if Zero Mean Biasing is Enabled.
| float tsHeartBeatData::coolingUsed |
range 0-1, amount of available TE cooling current applied
| unsigned char tsHeartBeatData::errorByte |
Camera Error Status, 0 is no error.
| unsigned int tsHeartBeatData::ExpTimeMSec |
Exposure Time Count Down, in seconds.
| unsigned short tsHeartBeatData::offsetSetting |
CCD bias setting, 1 LSB is TBD volts.
| unsigned short tsHeartBeatData::substrateSetting |
CCD substrate setting, 1 LSB is TBD volts.
1.8.1.1