Visioscan Set SDK Libraries
1.0.14
Visioscan Set SDK Help documentation file for C++ and C++/CLI
Loading...
Searching...
No Matches
ErrorLog.h
1
#pragma once
2
#include<vector>
3
#include "RawDataError.h"
4
#define ERRORLOG __declspec(dllexport)
5
6
using namespace
std;
7
8
class
__declspec(dllexport)
ErrorLog
9
{
10
private
:
11
int
_errorCount = 0;
12
vector<RawDataError> _errorList;
13
};
14
RawDataSensor
ErrorLog.h
Generated by
1.9.7