DexelaDetector API: DexelaDetector.h File Reference

Dexela API

DexelaDetector.h File Reference
#include <vector> #include "DexDefs.h"
#include "DexImage.h"
#include "DexelaException.h"
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  DexelaDetector
 This class is used to control any interface-type Detector and acquire images from it. It will provide all the basic functionality required for all different Dexela detectors. For interface specific functionality please see the interface specific classes (e.g. DexelaDetectorGE, DexelaDetectorCL). More...
 

Typedefs

typedef void(* IMAGE_CALLBACK )(int fc, int buf, DexelaDetector *det)
 Image callback function signature. This is the signature that any user-passed callback funcitons must adhere to. More...
 

Typedef Documentation

typedef void(* IMAGE_CALLBACK)(int fc, int buf, DexelaDetector *det)

Image callback function signature. This is the signature that any user-passed callback funcitons must adhere to.

Parameters
fcThe field count associated with the image that just arrived
bufThe buffer number where the image was written to (this can be used by DexelaDetector::ReadBuffer() to read-out the image data).
detThe DexelaDetector object that sent the image.
Generated on Tue Nov 25 2014 10:22:44 for DexelaDetector API by   doxygen 1.8.7