areaDetector
3-13
EPICS areaDetector framework
|
#include <stdio.h>
#include <math.h>
#include <asynOctetSyncIO.h>
#include <asynShellCommands.h>
#include "ccd_exception.h"
#include <epicsExport.h>
#include "pco.h"
Macros | |
#define | FALSE false |
Send/Receive all serial commands to pco camera. More... | |
#define | TRUE true |
#define | _LIMITIMGSIZE |
#define _LIMITIMGSIZE |
#define FALSE false |
Send/Receive all serial commands to pco camera.
Several functions called by writeInt32, write Double etc. that send commands to camera. Function that runs in own thread that keeps track of status on camera, reads camera serial port to get cam status. All serial transactions here.
#define TRUE true |