areaDetector
3-5-0
EPICS areaDetector framework
home
epics
devel
areaDetector-3-5
ADPvCam
pvcamApp
src
drvPVCam.h
Go to the documentation of this file.
1
/* drvPVCam.h
2
*
3
* This is a driver for a PVCam (PI/Acton) detector.
4
*
5
* Author: Brian Tieman
6
*
7
* Created: 06/14/2009
8
*
9
*/
10
11
#ifndef DRV_PVCAM_H
12
#define DRV_PVCAM_H
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
int
pvCamConfig
(
const
char
*portName,
int
maxSizeX,
int
maxSizeY,
int
dataType,
19
int
maxBuffers,
size_t
maxMemory,
int
priority,
int
stackSize);
20
21
#ifdef __cplusplus
22
}
23
#endif
24
#endif
pvCamConfig
int pvCamConfig(const char *portName, int maxSizeX, int maxSizeY, int dataType, int maxBuffers, size_t maxMemory, int priority, int stackSize)
Definition:
pvCam.cpp:15
Generated by
1.8.15