Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
TemperaturePrecision.h File Reference

Contains an enum representing the different temperature precisions and constants denoting invalid temperatures. More...

#include <ostream>
#include <string>
#include "otcsdk/Api.h"
Include dependency graph for TemperaturePrecision.h:
This graph shows which files directly or indirectly include this file:

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.
 

Variables

static constexpr float optris::INVALID_TEMPERATURE = -100.F
 All temperatures in °C equal or lower are invalid.
 
static constexpr unsigned short optris::INVALID_VALUE = 0
 All internal temperature values equal to this are invalid.
 

Detailed Description

Contains an enum representing the different temperature precisions and constants denoting invalid temperatures.

Author
Optris GmbH & Co. KG
Date
2025-02-17