DAS
3.1.6 - 18/09/2017
|
Macros | |
#define | ANTIBLOOM 1024 |
Enable antiblooming (Only for old Texas CCD). More... | |
#define | CCDHANDLE 1 |
Enable background activity. More... | |
#define | CLEARCCD 8 |
Clear CCD before acquire. More... | |
#define | DIGFLT 128 |
Apply digital filter (only for HiRes III). More... | |
#define | DISABINT 4096 |
Disable interrupts. More... | |
#define | FAN 64 |
Disable fan. More... | |
#define | FLUSHOR 256 |
Flush horiz. register. More... | |
#define | LARGEDMA 8192 |
32 bit DMA counter on FDL-PCI More... | |
#define | MAXPOW 512 |
Max cooler power 80%. More... | |
#define | MEMALLOC 32768 |
Allocate image memory. More... | |
#define | MUTE 32 |
Do not show download status. More... | |
#define | NOSHUTTER 16 |
Do not control shutter. More... | |
#define | SETDMA16BIT 16384 |
Force 16 bit DMA counter (for LINUX) More... | |
#define | TEMPHANDLE 2 |
Temperature control enabled. More... | |
#define | TRIGGER 4 |
Syncronize acquisition with trigger. More... | |
#define | WIN_NT 2048 |
Define NT/XP/2000 and LINUX operating system (Realtime not possible). More... | |
#define ANTIBLOOM 1024 |
#define CCDHANDLE 1 |
Enable background activity.
Activates a task which carries out ccd cleaning (it is read quickly) twice every second. This function is active on all models.
Definition at line 396 of file dcldef.h.
Referenced by DB_InitCamera().
#define CLEARCCD 8 |
Clear CCD before acquire.
Option that activates ccd cleaning before each acquisition. This function is active on all models.
Definition at line 405 of file dcldef.h.
Referenced by DB_InitCamera(), and DT_ShutterCB().
#define DIGFLT 128 |
#define DISABINT 4096 |
#define FAN 64 |
#define FLUSHOR 256 |
#define LARGEDMA 8192 |
#define MAXPOW 512 |
#define MEMALLOC 32768 |
#define MUTE 32 |
#define NOSHUTTER 16 |
Do not control shutter.
With this option the user can manage the shutter without the programme using it.
Definition at line 407 of file dcldef.h.
Referenced by DT_ShutterCB().
#define SETDMA16BIT 16384 |
#define TEMPHANDLE 2 |
Temperature control enabled.
Activates a task which manages ccd temperature control.
Definition at line 398 of file dcldef.h.
Referenced by DB_InitCamera().
#define TRIGGER 4 |
Syncronize acquisition with trigger.
Synchronizes acquisition with an external trigger signal, this must be active at 1. If this option is activated and if during acquisition this signal is not provided, the programme will go on waiting for this request to be satisfied unless the global variable DC_BrkFlg is set at 1 with DC_BrkFlg() procedure
#define WIN_NT 2048 |
Define NT/XP/2000 and LINUX operating system (Realtime not possible).
Informs DLL that we are working with an operative NT system or Windows 2000. This function is active on all models. NT/2000/XP Don't allow direct I/O access (previliged instruction).
Definition at line 422 of file dcldef.h.
Referenced by WhoSys().