|
areaDetector
3-5-0
EPICS areaDetector framework
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <math.h>#include <cantProceed.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 "NDArray.h"#include "NDPluginROIStat.h"Macros | |
| #define | MAX(A, B) (A)>(B)?(A):(B) |
| NDPluginROIStat.cpp. More... | |
| #define | MIN(A, B) (A)<(B)?(A):(B) |
| #define | DEFAULT_NUM_TSPOINTS 2048 |
Functions | |
| int | NDROIStatConfigure (const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int maxROIs, int maxBuffers, size_t maxMemory, int priority, int stackSize, int maxThreads) |
| Configuration command. More... | |
| void | NDROIStatRegister (void) |
| epicsExportRegistrar (NDROIStatRegister) | |
| #define DEFAULT_NUM_TSPOINTS 2048 |
| #define MAX | ( | A, | |
| B | |||
| ) | (A)>(B)?(A):(B) |
Region of interest plugin that calculates simple statistics on multiple regions. Each ROI is identified by an asyn address (starting at 0).
| #define MIN | ( | A, | |
| B | |||
| ) | (A)<(B)?(A):(B) |
| epicsExportRegistrar | ( | NDROIStatRegister | ) |
| int NDROIStatConfigure | ( | const char * | portName, |
| int | queueSize, | ||
| int | blockingCallbacks, | ||
| const char * | NDArrayPort, | ||
| int | NDArrayAddr, | ||
| int | maxROIs, | ||
| int | maxBuffers, | ||
| size_t | maxMemory, | ||
| int | priority, | ||
| int | stackSize, | ||
| int | maxThreads | ||
| ) |
Configuration command.
| void NDROIStatRegister | ( | void | ) |
1.8.15