Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
IRImagerConfigReader.h
Go to the documentation of this file.
1// Copyright (c) 2008-2025 Optris GmbH & Co. KG
2
10
11#pragma once
12
13#include "otcsdk/Api.h"
14#include "otcsdk/Exceptions.h"
16#include "otcsdk/Unicode.h"
17
18
19namespace optris
20{
21
24{
25public:
28
29
39 OTC_SDK_API static IRImagerConfig readT(const TString& filename);
40
50 OTC_SDK_API static IRImagerConfig read(const std::string& filename);
51};
52
53} // 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.
Contains defines handling unicode characters.
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:29
Main SDK namespace.
Definition DeviceInfo.h:24