![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Contains a class holding the individual radiation parameters. More...
#include <string>#include <ostream>#include "otcsdk/Api.h"#include "otcsdk/Exceptions.h"#include "otcsdk/common/TemperaturePrecision.h"
Go to the source code of this file.
Classes | |
| struct | optris::RadiationParameters |
| Holds the radiation parameters for a frame or a measurement field. More... | |
Namespaces | |
| namespace | optris |
| Main SDK namespace. | |
Enumerations | |
| enum class | optris::RadiationParameterSource { optris::Sdk , optris::Pif } |
| Represents the different sources of radiation parameters. More... | |
Functions | |
| bool | optris::operator== (const RadiationParameters &lhs, const RadiationParameters &rhs) noexcept |
| Checks if two radiation parameter sets are equal. | |
| bool | optris::operator!= (const RadiationParameters &lhs, const RadiationParameters &rhs) noexcept |
| Checks if two radiation parameter sets are unequal. | |
| OTC_SDK_API std::string | optris::toString (RadiationParameterSource source) noexcept |
| Returns a string representation of the given radiation parameter source. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, const RadiationParameters &radiation) noexcept |
| Ouput stream operator for radiation parameters. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, RadiationParameterSource source) noexcept |
| Ouput stream operator for radiation parameter sources. | |
Contains a class holding the individual radiation parameters.