![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Contains classes holding the configuration parameter for the different process interface channels. More...
#include <ostream>#include <string>#include "otcsdk/Api.h"#include "otcsdk/common/Slope.h"#include "otcsdk/pif/PifProperties.h"

Go to the source code of this file.
Classes | |
| class | optris::PifAiConfig |
| Encapsulates the configuration for a PIF analog input channel. More... | |
| class | optris::PifDiConfig |
| Encapsulates the configuration for a PIF digital input channel. More... | |
| class | optris::PifAoConfig |
| Encapsulates the configuration for a PIF analog output channel. More... | |
| class | optris::PifDoConfig |
| Encapsulates the configuration for a PIF digital output channel. More... | |
| class | optris::PifFsConfig |
| Encapsulates the configuration for a PIF fail safe channel. More... | |
Namespaces | |
| namespace | optris |
| Main SDK namespace. | |
Functions | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, const PifAiConfig &config) noexcept |
| Output stream operator for PifAiConfig. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, const PifDiConfig &config) noexcept |
| Output stream operator for PifDiConfig. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, const PifAoConfig &config) noexcept |
| Output stream operator for PifAoConfig. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, const PifDoConfig &config) noexcept |
| Output stream operator for PifDoConfig. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, const PifFsConfig &config) noexcept |
| Output stream operator for PifFsConfig. | |
Contains classes holding the configuration parameter for the different process interface channels.