|
areaDetector 3-14
EPICS areaDetector framework
|
#include <stdlib.h>#include <string.h>#include <math.h>#include <epicsTime.h>#include <epicsThread.h>#include <epicsEvent.h>#include <iocsh.h>#include "asynNDArrayDriver.h"#include <epicsExport.h>#include "ADCSimDetector.h"Macros | |
| #define | M_PI 3.14159265358979323846 |
Functions | |
| int | ADCSimDetectorConfig (const char *portName, int numTimePoints, int dataType, int maxBuffers, int maxMemory, int priority, int stackSize) |
| Configuration command, called directly or from iocsh. | |
| epicsExportRegistrar (ADCSimDetectorRegister) | |
| #define M_PI 3.14159265358979323846 |
| int ADCSimDetectorConfig | ( | const char * | portName, |
| int | numTimePoints, | ||
| int | dataType, | ||
| int | maxBuffers, | ||
| int | maxMemory, | ||
| int | priority, | ||
| int | stackSize | ||
| ) |
Configuration command, called directly or from iocsh.
| epicsExportRegistrar | ( | ADCSimDetectorRegister | ) |