|
areaDetector
2-6
|
#include <stdlib.h>#include <stdio.h>#include <errno.h>#include <string.h>#include <math.h>#include <time.h>#include <stdint.h>#include <epicsThread.h>#include <epicsEvent.h>#include <epicsMutex.h>#include <epicsString.h>#include <epicsStdio.h>#include <cantProceed.h>#include <iocsh.h>#include <epicsExport.h>#include <asynOctetSyncIO.h>#include "ADDriver.h"#include "mpxConnection.h"#include "medipixDetector.h"Macros | |
| #define | MAX(a, b) a>b ? a : b |
| #define | MIN(a, b) a<b ? a : b |
Functions | |
| int | medipixDetectorConfig (const char *portName, const char *LabviewCommandPort, const char *LabviewDataPort, int maxSizeX, int maxSizeY, int detectorType, int maxBuffers, size_t maxMemory, int priority, int stackSize) |
| epicsExportRegistrar (medipixDetectorRegister) | |
| #define MAX | ( | a, | |
| b | |||
| ) | a>b ? a : b |
| #define MIN | ( | a, | |
| b | |||
| ) | a<b ? a : b |
| epicsExportRegistrar | ( | medipixDetectorRegister | ) |
| int medipixDetectorConfig | ( | const char * | portName, |
| const char * | LabviewCommandPort, | ||
| const char * | LabviewDataPort, | ||
| int | maxSizeX, | ||
| int | maxSizeY, | ||
| int | detectorType, | ||
| int | maxBuffers, | ||
| size_t | maxMemory, | ||
| int | priority, | ||
| int | stackSize | ||
| ) |
1.8.5