Version 8.9.0
 
Loading...
Searching...
No Matches
evo::IRDeviceParamsReader Class Reference

Helper class for reading PI imager configuration files. More...

#include <IRDeviceParams.h>

Collaboration diagram for evo::IRDeviceParamsReader:
Collaboration graph

Static Public Member Functions

static bool readXML (const Tchar *xmlFile, IRDeviceParams &params)
 Static xml parsing method. More...
 
static bool readXMLC (const char *xmlFile, IRDeviceParams &params)
 Static xml parsing method for 8-bit character path. More...
 

Detailed Description

Helper class for reading PI imager configuration files.

Author
Stefan May (Evocortex GmbH), Matthias Wiedemann (Optris GmbH)

Member Function Documentation

◆ readXML()

static bool evo::IRDeviceParamsReader::readXML ( const Tchar *  xmlFile,
IRDeviceParams params 
)
static

Static xml parsing method.

Parameters
[in]xmlFilepath to xml configuration file
[out]paramsimager parameters read from xml file
Examples
/platform/windows/examples/directshow/irExternalProbe.cpp, /platform/windows/examples/directshow/irimagerShow.cpp, /platform/windows/examples/directshow/irimagerShowOOP.cpp, and /platform/windows/examples/pif/IRPifExample.cpp.

◆ readXMLC()

static bool evo::IRDeviceParamsReader::readXMLC ( const char *  xmlFile,
IRDeviceParams params 
)
static

Static xml parsing method for 8-bit character path.

Parameters
[in]xmlFilepath to xml configuration file
[out]paramsimager parameters read from xml file
Examples
examples/generic/daemon/irDirectDaemon.cpp.

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