areaDetector  3-5-0
EPICS areaDetector framework
Functions | Variables
drvPco.h File Reference

Go to the source code of this file.

Functions

int PCOConfig (const char *portName, const char *serverPort, int maxBuffers, size_t maxMemory, int priority, int stackSize)
 drvSimDetector.h More...
 

Variables

int pco_blocking
 debugging flags More...
 
int pco_pr_mutex
 
int pco_pr_mutex2
 

Function Documentation

◆ PCOConfig()

int PCOConfig ( const char *  portName,
const char *  serverPort,
int  maxBuffers,
size_t  maxMemory,
int  priority,
int  stackSize 
)

drvSimDetector.h

This is a driver for a simulated area detector.

Author
Timothy Madden
Date
2010

drvSimDetector.h

Parameters
portNameCstring like "PCOIOC", the asyn port name.
serverPortC string to the serial port asyn port driver.
maxBuffersMax num NDArrays to create
maxMemorymax bytes of NDArray space to create. 0 for infinite.
prioritythread priority, 50 is typical value.
stackSizeStack size for asynPortDriver, use 0.

Variable Documentation

◆ pco_blocking

int pco_blocking

debugging flags

◆ pco_pr_mutex

int pco_pr_mutex

◆ pco_pr_mutex2

int pco_pr_mutex2