![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Reads SDK configuration XML files. More...
#include <IRImagerConfigReader.h>

Public Member Functions | |
| IRImagerConfigReader ()=delete | |
| No constructor. | |
Static Public Member Functions | |
| 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. | |
Reads SDK configuration XML files.
|
static |
Reads the XML configuration file with the given filename.
| [in] | filename | path to the XML configuration file. |
| SDKException | if reading the XML configuration file failed. |
|
static |
Reads the XML configuration file with the given filename.
| [in] | filename | path to the XML configuration file. |
| SDKException | if reading the XML configuration file failed. |