Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::IRImagerConfigReader Class Reference

Reads SDK configuration XML files. More...

#include <IRImagerConfigReader.h>

Collaboration diagram for optris::IRImagerConfigReader:
Collaboration graph

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.
 

Detailed Description

Reads SDK configuration XML files.

Member Function Documentation

◆ read()

static OTC_SDK_API IRImagerConfig optris::IRImagerConfigReader::read ( const std::string & filename)
static

Reads the XML configuration file with the given filename.

Parameters
[in]filenamepath to the XML configuration file.
Returns
read SDK configuration.
Exceptions
SDKExceptionif reading the XML configuration file failed.

◆ readT()

static OTC_SDK_API IRImagerConfig optris::IRImagerConfigReader::readT ( const TString & filename)
static

Reads the XML configuration file with the given filename.

Parameters
[in]filenamepath to the XML configuration file.
Returns
read SDK configuration.
Exceptions
SDKExceptionif reading the XML configuration file failed.

The documentation for this class was generated from the following file: