Visioscan Set SDK Libraries
1.0.14
Visioscan Set SDK Help documentation file for C++ and C++/CLI
Loading...
Searching...
No Matches
ContaminationThreshold.h
1
#pragma once
2
#ifdef RAWDATASENSOR_EXPORTS
3
#define CONTTHRES __declspec(dllexport)
4
#else
5
#define CONTTHRES __declspec(dllimport)
6
#endif
7
11
class
CONTTHRES
ContaminationThreshold
12
{
13
public
:
18
unsigned
int
GetWarning();
19
24
void
SetWarning(
unsigned
int
pWarning);
25
30
unsigned
int
GetError();
31
36
void
SetError(
unsigned
int
pError);
37
private
:
38
unsigned
int
_warning = 0;
39
unsigned
int
_error = 0;
40
};
41
ContaminationThreshold
Helper to encapsulate the contamination threshold.
Definition
ContaminationThreshold.h:12
RawDataSensor
ContaminationThreshold.h
Generated by
1.9.7