|
areaDetector 3-14
EPICS areaDetector framework
|
#include <algorithm>#include <iocsh.h>#include <vector>#include <math.h>#include <string>#include <cstring>#include <iostream>#include <epicsTime.h>#include <epicsMutex.h>#include <epicsExit.h>#include <epicsExport.h>#include "ADLambda.h"#include <libxsp.h>Functions | |
| void | LambdaConfig (const char *portName, const char *configPath, int numModules, int fake) |
| Configuration command for Lambda driver; creates a new ADLambda object. | |
| epicsExportRegistrar (LambdaRegister) | |
| epicsExportRegistrar | ( | LambdaRegister | ) |
| void LambdaConfig | ( | const char * | portName, |
| const char * | configPath, | ||
| int | numModules, | ||
| int | fake | ||
| ) |
Configuration command for Lambda driver; creates a new ADLambda object.
| [in] | portName | The name of the asyn port driver to be created. |
| [in] | configPath | path to the config files. |
| [in] | numModules | Number of image module in the camera |