|
areaDetector
3-5-0
EPICS areaDetector framework
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <iocsh.h>#include <epicsExport.h>#include "NDPluginDriver.h"#include "ADnEDPluginMask.h"Macros | |
| #define | MAX(A, B) (A)>(B)?(A):(B) |
| #define | MIN(A, B) (A)<(B)?(A):(B) |
Functions | |
| int | NDMaskConfigure (const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int maxMasks, int maxBuffers, size_t maxMemory, int priority, int stackSize) |
| IOC shell command. More... | |
| void | NDMaskRegister (void) |
| epicsExportRegistrar (NDMaskRegister) | |
| #define MAX | ( | A, | |
| B | |||
| ) | (A)>(B)?(A):(B) |
| #define MIN | ( | A, | |
| B | |||
| ) | (A)<(B)?(A):(B) |
| epicsExportRegistrar | ( | NDMaskRegister | ) |
| int NDMaskConfigure | ( | const char * | portName, |
| int | queueSize, | ||
| int | blockingCallbacks, | ||
| const char * | NDArrayPort, | ||
| int | NDArrayAddr, | ||
| int | maxMasks, | ||
| int | maxBuffers, | ||
| size_t | maxMemory, | ||
| int | priority, | ||
| int | stackSize | ||
| ) |
IOC shell command.
| void NDMaskRegister | ( | void | ) |
1.8.15