areaDetector  3-5-0
EPICS areaDetector framework
drvpcoEdgePlugin.h
Go to the documentation of this file.
1 
10 #ifndef DRV_pcoEdgePlugin_H
11 #define DRV_pcoEdgePlugin_H
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 int drvpcoEdgePluginConfigure(const char *portName, int queueSize, int blockingCallbacks,
18  const char *NDArrayPort, int NDArrayAddr,
19  int priority, int stackSize);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 #endif
int drvpcoEdgePluginConfigure(const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int priority, int stackSize)
drvsimPlugin.h
Definition: pcoEdgePlugin.cpp:523