areaDetector 1-8
|
00001 /* drvPVCam.h 00002 * 00003 * This is a driver for a PVCam (PI/Acton) detector. 00004 * 00005 * Author: Brian Tieman 00006 * 00007 * Created: 06/14/2009 00008 * 00009 */ 00010 00011 #ifndef DRV_PVCAM_H 00012 #define DRV_PVCAM_H 00013 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00018 int pvCamConfig(const char *portName, int maxSizeX, int maxSizeY, int dataType, 00019 int maxBuffers, size_t maxMemory, int priority, int stackSize); 00020 00021 #ifdef __cplusplus 00022 } 00023 #endif 00024 #endif