areaDetector  3-13
EPICS areaDetector framework
Classes | Macros
rixscam.h File Reference
#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))
 

Macro Definition Documentation

◆ __Note__

#define __Note__ (   x)    message(__FILE__ "(" STRING(__LINE__) ") : Note >>>> " x )

◆ _STRING

#define _STRING (   x)    #x

◆ BYTE

#define BYTE   unsigned char

◆ FIRST_XCAM_CAMERA_PARAM

#define FIRST_XCAM_CAMERA_PARAM   SoftVersion

◆ LAST_XCAM_CAMERA_PARAM

#define LAST_XCAM_CAMERA_PARAM   SeqFilename

◆ NUM_XCAM_CAMERA_PARAMS

#define NUM_XCAM_CAMERA_PARAMS   ((int)(&LAST_XCAM_CAMERA_PARAM - &FIRST_XCAM_CAMERA_PARAM + 1))

◆ STRING

#define STRING (   x)    _STRING(x)