DexelaDetector API: DexelaDetectorGE.h Source File

Dexela API

DexelaDetectorGE.h
Go to the documentation of this file.
1 
2 #pragma once
3 #include "DexelaDetector.h"
4 
9 class DllExport DexelaDetectorGE :
10  public DexelaDetector
11 {
12 public:
13  DexelaDetectorGE(DevInfo &devInfo);
14  DexelaDetectorGE(DetectorInterface transport, int unit, const char* params);
15  virtual ~DexelaDetectorGE(void);
16 
17  void SetPersistentIPAddress(int firstByte, int secondByte, int thirdByte, int fourthByte);
18  void OpenBoard();
19  void OpenBoard(int NumBufs);
20 };
This class is used to control GigE Type Detectors. It will give access to functions that are not avai...
Definition: DexelaDetectorGE.h:9
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
Generated on Tue Nov 25 2014 10:22:44 for DexelaDetector API by   doxygen 1.8.7