|
areaDetector 3-14
EPICS areaDetector framework
|
#include <stdlib.h>#include <math.h>#include <iocsh.h>#include "NDPluginStats.h"#include <epicsExport.h>Macros | |
| #define | MAX(A, B) (A)>(B)?(A):(B) |
| #define | MIN(A, B) (A)<(B)?(A):(B) |
| #define | M_PI 3.14159265358979323846 |
Functions | |
| int | NDStatsConfigure (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 | NDStatsRegister (void) |
| epicsExportRegistrar (NDStatsRegister) | |
| #define M_PI 3.14159265358979323846 |
| #define MAX | ( | A, | |
| B | |||
| ) | (A)>(B)?(A):(B) |
| #define MIN | ( | A, | |
| B | |||
| ) | (A)<(B)?(A):(B) |
| epicsExportRegistrar | ( | NDStatsRegister | ) |
| int NDStatsConfigure | ( | 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 NDStatsRegister | ( | void | ) |