Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
OphirPyroWrapper.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#include <vector>
14
15
class
OphirPyroWrapperPrivate;
16
17
class
__declspec(dllexport)
OphirPyroWrapper
18
{
19
private
: OphirPyroWrapperPrivate* _private;
20
21
public
: OphirPyroWrapper();
22
23
public
: ~OphirPyroWrapper();
24
25
public
:
char
* ScanUSB();
26
27
public
:
int
OpenDevice(
char
* serialNumber);
28
29
public
:
char
* GetWavelengths(
int
deviceHandle);
30
31
public
:
char
* GetRanges(
int
deviceHandle);
32
33
public
:
bool
StartStream(
int
deviceHandle);
34
35
public
:
bool
StopStream(
int
deviceHandle);
36
37
public
:
bool
CloseDevice(
int
deviceHandle);
38
39
public
:
unsigned
int
GetData(
int
deviceHandle, std::vector<double>* data, std::vector<double>* timestamp, std::vector<int>* status);
40
};
Source
Modules
PhotoacousticsHardware
OphirCppWrapper
OphirPyroWrapper.h
Generated on Thu Mar 12 2020 10:24:09 for Medical Imaging Interaction Toolkit by
1.8.13