![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Contains an enum representing the different temperature precisions and constants denoting invalid temperatures. More...


Go to the source code of this file.
Namespaces | |
| namespace | optris |
| Main SDK namespace. | |
Enumerations | |
| enum class | optris::TemperaturePrecision { optris::Unknown = 0 , optris::Standard = 1 , optris::High = 2 } |
| Represents the available temperature precisions. More... | |
Functions | |
| OTC_SDK_API std::string | optris::toString (TemperaturePrecision precision) noexcept |
| Returns a string representation of the given temperature precision. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, TemperaturePrecision precision) noexcept |
| Ouput stream operator for temperature precisions. | |
Contains an enum representing the different temperature precisions and constants denoting invalid temperatures.