Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
IRImagerConfigReader.h
Go to the documentation of this file.
1// Copyright (c) 2025 Optris GmbH Co. KG
2
10
11#pragma once
12
13#include "otcsdk/Api.h"
14#include "otcsdk/Exceptions.h"
16
17
18namespace optris
19{
20
23{
24public:
27
28
38 OTC_SDK_API static IRImagerConfig readT(const TString& filename);
39
49 OTC_SDK_API static IRImagerConfig read(const std::string& filename);
50};
51
52} // namespace optris
Contains defines controlling the Windows DLL export and import of symbols.
#define OTC_SDK_API
Only needed when working with Windows DLLs.
Definition Api.h:65
Contains the exceptions raised by the SDK.
Contains a class holding the SDK settings found in the configuration file.
std::string TString
String type to use (system depended).
Definition Unicode.h:39
IRImagerConfigReader()=delete
No constructor.
static OTC_SDK_API IRImagerConfig readT(const TString &filename)
Reads the XML configuration file with the given filename.
static OTC_SDK_API IRImagerConfig read(const std::string &filename)
Reads the XML configuration file with the given filename.
Holds the SDK settings found in the configuration file.
Definition IRImagerConfig.h:28
Main SDK namespace.
Definition DeviceInfo.h:23