DexelaDetector API: DexelaDetectorCL.h Source File

Dexela API

DexelaDetectorCL.h
Go to the documentation of this file.
1 
2 #pragma once
3 #include "dexeladetector.h"
4 
5 
10 class DllExport DexelaDetectorCL :
11  public DexelaDetector
12 {
13 public:
14  DexelaDetectorCL(DetectorInterface transport, int unit, const char* params);
15  DexelaDetectorCL(DevInfo &devInfo);
16  virtual ~DexelaDetectorCL(void);
17  void PowerCLInterface(bool flag);
18 
19  void OpenBoard();
20  void OpenBoard(int NumBufs);
21 };
This class is used to control any interface-type Detector and acquire images from it...
Definition: DexelaDetector.h:27
A structure to hold device information.
Definition: DexDefs.h:42
virtual void OpenBoard()
Opens the connection to the detector. Every open should be matched with a close to free resources...
Definition: DexelaDetector.cpp:528
DetectorInterface
An enumeration of detector interface types.
Definition: DexDefs.h:12
This class is used to control CameraLink Type Detectors. It will give access to functions that are no...
Definition: DexelaDetectorCL.h:10
Generated on Tue Nov 25 2014 10:22:44 for DexelaDetector API by   doxygen 1.8.7