areaDetector 1-8
Functions
/home/epics/devel/areaDetector/ADApp/andorSrc/andorCCD.cpp File Reference
#include <iostream>
#include <fstream>
#include "andorCCD.h"
#include <iocsh.h>
#include <epicsExport.h>
#include <epicsExit.h>

Functions

int andorCCDConfig (const char *portName, int maxBuffers, size_t maxMemory, const char *installPath, int priority, int stackSize)
 IOC shell configuration command for Andor driver.
 epicsExportRegistrar (andorCCDRegister)

Function Documentation

int andorCCDConfig ( const char *  portName,
int  maxBuffers,
size_t  maxMemory,
const char *  installPath,
int  priority,
int  stackSize 
)

IOC shell configuration command for Andor driver.

Parameters:
[in]portNameThe name of the asyn port driver to be created.
[in]maxBuffersThe maximum number of NDArray buffers that the NDArrayPool for this driver is allowed to allocate. Set this to -1 to allow an unlimited number of buffers.
[in]maxMemoryThe maximum amount of memory that the NDArrayPool for this driver is allowed to allocate. Set this to -1 to allow an unlimited amount of memory.
[in]installPathThe path to the Andor directory containing the detector INI files, etc. This can be specified as an empty string ("") for new detectors that don't use the INI files on Windows, but must be a valid path on Linux.
[in]priorityThe thread priority for the asyn port driver thread
[in]stackSizeThe stack size for the asyn port driver thread
epicsExportRegistrar ( andorCCDRegister  )