|
areaDetector
3-5-0
EPICS areaDetector framework
|
#include <stdlib.h>#include <stdio.h>#include <epicsTypes.h>#include <epicsMessageQueue.h>#include <epicsThread.h>#include <epicsTime.h>#include <iocsh.h>#include <asynDriver.h>#include <epicsExport.h>#include "NDPluginDriver.h"#include "NDPluginGather.h"Functions | |
| int | NDGatherConfigure (const char *portName, int queueSize, int blockingCallbacks, int maxPorts, int maxBuffers, size_t maxMemory, int priority, int stackSize) |
| Configuration command. More... | |
| void | NDGatherRegister (void) |
| epicsExportRegistrar (NDGatherRegister) | |
| epicsExportRegistrar | ( | NDGatherRegister | ) |
| int NDGatherConfigure | ( | const char * | portName, |
| int | queueSize, | ||
| int | blockingCallbacks, | ||
| int | maxPorts, | ||
| int | maxBuffers, | ||
| size_t | maxMemory, | ||
| int | priority, | ||
| int | stackSize | ||
| ) |
Configuration command.
| void NDGatherRegister | ( | void | ) |
1.8.15