|
areaDetector
3-5-0
EPICS areaDetector framework
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <math.h>#include <epicsTypes.h>#include <epicsMessageQueue.h>#include <epicsThread.h>#include <epicsEvent.h>#include <epicsTime.h>#include <iocsh.h>#include <asynDriver.h>#include <epicsExport.h>#include "NDPluginDriver.h"#include "NDPluginROI.h"Macros | |
| #define | MAX(A, B) (A)>(B)?(A):(B) |
| #define | MIN(A, B) (A)<(B)?(A):(B) |
Functions | |
| int | NDROIConfigure (const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int maxBuffers, size_t maxMemory, int priority, int stackSize, int maxThreads) |
| Configuration command. More... | |
| void | NDROIRegister (void) |
| epicsExportRegistrar (NDROIRegister) | |
| #define MAX | ( | A, | |
| B | |||
| ) | (A)>(B)?(A):(B) |
| #define MIN | ( | A, | |
| B | |||
| ) | (A)<(B)?(A):(B) |
| epicsExportRegistrar | ( | NDROIRegister | ) |
| int NDROIConfigure | ( | const char * | portName, |
| int | queueSize, | ||
| int | blockingCallbacks, | ||
| const char * | NDArrayPort, | ||
| int | NDArrayAddr, | ||
| int | maxBuffers, | ||
| size_t | maxMemory, | ||
| int | priority, | ||
| int | stackSize, | ||
| int | maxThreads | ||
| ) |
Configuration command.
| void NDROIRegister | ( | void | ) |
1.8.15