![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Holds the configuration of the processing interface. More...
#include <PifConfig.h>

Public Member Functions | |
| OTC_SDK_API | PifConfig () noexcept |
| Constructor. | |
Public Attributes | |
| PifDeviceType | deviceType |
| Specifies the desired PIF device type. | |
| int | deviceCount |
| Specifies how many stackable PIFs should be configurable through the SDK. | |
| std::vector< PifAiConfig > | analogInputs |
| Configurations for the analog input channels in no specific order. | |
| std::vector< PifDiConfig > | digitalInputs |
| Configurations for the digital input channels in no specific order. | |
| std::vector< PifAoConfig > | analogOutputs |
| Configurations for the analog output channels in no specific order. | |
| std::vector< PifDoConfig > | digitalOutputs |
| Configurations for the digital output channels in no specific order. | |
| PifFsConfig | failSafe |
| Configuration for the fail safe channel. | |
Holds the configuration of the processing interface.
This can be single PIF or a set of stackable PIFs.
| std::vector<PifAiConfig> optris::PifConfig::analogInputs |
Configurations for the analog input channels in no specific order.
off.| std::vector<PifAoConfig> optris::PifConfig::analogOutputs |
Configurations for the analog output channels in no specific order.
off.| int optris::PifConfig::deviceCount |
Specifies how many stackable PIFs should be configurable through the SDK.
For more details please refer either to documentation of the Process Interface (PIF) chapter.
| PifDeviceType optris::PifConfig::deviceType |
Specifies the desired PIF device type.
For more details please refer either to documentation of the Process Interface (PIF) chapter.
| std::vector<PifDiConfig> optris::PifConfig::digitalInputs |
Configurations for the digital input channels in no specific order.
off.| std::vector<PifDoConfig> optris::PifConfig::digitalOutputs |
Configurations for the digital output channels in no specific order.
off.| PifFsConfig optris::PifConfig::failSafe |
Configuration for the fail safe channel.
The configuration will only be applied, if a fail safe channel exists.