areaDetector
3-13
EPICS areaDetector framework
|
#include <string.h>
#include <cantProceed.h>
#include <iocsh.h>
#include "NDPluginROIStat.h"
#include <epicsExport.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 | ) |