Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Log.h
1#pragma once
2#include <string>
3#include "api_global.h"
4#include "ErrorStatus.h"
5
6namespace mmind {
7
8namespace eye {
9
18MMIND_API_EXPORT ErrorStatus exportLogs(const std::string& dstPath, bool coverIfExist);
19
20} // namespace eye
21
22} // namespace mmind