Reads SDK configuration XML files.
More...
#include <IRImagerConfigReader.h>
|
|
| 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.
|
| |
Reads SDK configuration XML files.
◆ 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] | filename | path to the XML configuration file. |
- Returns
- read SDK configuration.
- Exceptions
-
◆ readT()
Reads the XML configuration file with the given filename.
- Parameters
-
| [in] | filename | path to the XML configuration file. |
- Returns
- read SDK configuration.
- Exceptions
-
The documentation for this class was generated from the following file: