![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Contains enums defining various properties of process interfaces. More...

Go to the source code of this file.
Classes | |
| struct | optris::PifIndex |
| Holds the indices that identify the physical pin on a PIF device for a PIF channel. More... | |
Namespaces | |
| namespace | optris |
| Main SDK namespace. | |
Functions | |
| OTC_SDK_API float | optris::lowerLimit (PifAoOutputMode outputMode) noexcept |
| Returns the lower limit of the specified PIF analog output mode as a number value. | |
| OTC_SDK_API float | optris::upperLimit (PifAoOutputMode outputMode) noexcept |
| Returns the upper limit of the specified PIF analog output mode as a number value. | |
| OTC_SDK_API float | optris::clampValue (float value, PifAoOutputMode outputMode) noexcept |
| Clamps the given value to the limits of the specified PIF analog output mode. | |
| bool | optris::operator== (const PifIndex &lhs, const PifIndex &rhs) noexcept |
| Equality operator for PIF indices. | |
| bool | optris::operator!= (const PifIndex &lhs, const PifIndex &rhs) noexcept |
| Inequality operator for PIF indices. | |
| OTC_SDK_API std::string | optris::toString (const PifIndex &index) noexcept |
| Returns a string representation of the given PIF index. | |
| OTC_SDK_API std::string | optris::toString (PifDeviceType type) noexcept |
| Returns a string representation of the given PIF device type. | |
| OTC_SDK_API std::string | optris::toString (PifAiMode analogInputMode) noexcept |
| Returns a string representation of the given PIF analog input mode. | |
| OTC_SDK_API std::string | optris::toString (PifDiMode digitalInputMode) noexcept |
| Returns a string representation of the given PIF digital input mode. | |
| OTC_SDK_API std::string | optris::toString (PifAoMode analogOutputMode) noexcept |
| Returns a string representation of the given PIF analog output mode. | |
| OTC_SDK_API std::string | optris::toString (PifDoMode digitalOutputMode) noexcept |
| Returns a string representation of the given PIF digital output mode. | |
| OTC_SDK_API std::string | optris::toString (PifFsMode failSafeMode) noexcept |
| Returns a string representation of the given PIF fail safe mode. | |
| OTC_SDK_API std::string | optris::toString (PifAoOutputMode outputMode) noexcept |
| Returns a string representation of the given PIF analog output mode. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifDeviceType deviceType) noexcept |
| Output stream operator for PIF device types. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifAiMode analogInputMode) noexcept |
| Output stream operator for PIF analog input modes. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifDiMode digitalInputMode) noexcept |
| Output stream operator for PIF digital input modes. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifAoMode analogOutputMode) noexcept |
| Output stream operator for PIF analog output modes. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifDoMode digitalOutputMode) noexcept |
| Output stream operator for PIF digital output modes. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifFsMode failSafeMode) noexcept |
| Output stream operator for PIF fail safe modes. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifAoOutputMode outputMode) noexcept |
| Output stream operator for PIF analog output mode. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, PifIndex index) noexcept |
| Output stream operator for PIF indices. | |
Contains enums defining various properties of process interfaces.