00001 /* drvPerkinElmer.h 00002 * 00003 * This is a driver for a simulated area detector. 00004 * 00005 * Author: Brian Tieman 00006 * 00007 * Created: 07/24/2008 00008 * 00009 */ 00010 00011 #ifndef DRV_PERKINELMER_H 00012 #define DRV_PERKINELMER_H 00013 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00018 int PerkinElmerConfig(const char *portName, int maxSizeX, int maxSizeY, int dataType, int maxBuffers, size_t maxMemory, 00019 int priority, int stackSize); 00020 00021 #ifdef __cplusplus 00022 } 00023 #endif 00024 #endif