areaDetector
3-13
EPICS areaDetector framework
|
#include <epicsEvent.h>
#include "ADDriver.h"
#include <iostream>
#include <string>
#include <vector>
#include <set>
#include <sstream>
#include <assert.h>
#include "xcmclm.h"
Go to the source code of this file.
Classes | |
class | ParameterBase |
class | ReadOnlyParameter< T > |
class | Parameter< T > |
class | MultiParameter< valueCount, T > |
class | xcamCamera |
Macros | |
#define | BYTE unsigned char |
#define | _STRING(x) #x |
#define | STRING(x) _STRING(x) |
#define | __Note__(x) message(__FILE__ "(" STRING(__LINE__) ") : Note >>>> " x ) |
#define | FIRST_XCAM_CAMERA_PARAM SoftVersion |
#define | LAST_XCAM_CAMERA_PARAM SeqFilename |
#define | NUM_XCAM_CAMERA_PARAMS ((int)(&LAST_XCAM_CAMERA_PARAM - &FIRST_XCAM_CAMERA_PARAM + 1)) |
#define __Note__ | ( | x | ) | message(__FILE__ "(" STRING(__LINE__) ") : Note >>>> " x ) |
#define _STRING | ( | x | ) | #x |
#define BYTE unsigned char |
#define FIRST_XCAM_CAMERA_PARAM SoftVersion |
#define LAST_XCAM_CAMERA_PARAM SeqFilename |
#define NUM_XCAM_CAMERA_PARAMS ((int)(&LAST_XCAM_CAMERA_PARAM - &FIRST_XCAM_CAMERA_PARAM + 1)) |
#define STRING | ( | x | ) | _STRING(x) |