![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Encapsulates the status of a processed measurement field. More...
#include <FieldStatus.h>

Public Member Functions | |
| OTC_SDK_API | FieldStatus () noexcept |
| Constructor. | |
| const std::string & | getName () const noexcept |
| Returns the field name. | |
| std::int32_t | getId () const noexcept |
| Returns the unique field ID. | |
| std::uint32_t | getIndex () const noexcept |
| Returns the field index. | |
| const FieldStats & | getStats () const noexcept |
| Returns the results of the statistical analysis of the measurement field. | |
| const RadiationParameters & | getRadiation () const noexcept |
| Returns the radiation parameters used to process the measurement field. | |
| RadiationParameterSource | getEmissivitySource () const noexcept |
| Returns the source of the emissivity value used to process the measurement field. | |
| RadiationParameterSource | getTransmissivitySource () const noexcept |
| Returns the source of the transmissivity value used to process the measurement field. | |
| RadiationParameterSource | getAmbientTemperatureSource () const noexcept |
| Returns the source of the ambient temperature value used to process the measurement field. | |
| OTC_SDK_API void | update (std::int32_t id, const FieldStats &stats, const ProcessingParams ¶ms) noexcept |
| Sets the field status. | |
Encapsulates the status of a processed measurement field.
|
inlinenoexcept |
Returns the source of the ambient temperature value used to process the measurement field.
|
inlinenoexcept |
Returns the source of the emissivity value used to process the measurement field.
|
inlinenoexcept |
Returns the unique field ID.
|
inlinenoexcept |
Returns the field index.
|
inlinenoexcept |
Returns the field name.
|
inlinenoexcept |
Returns the radiation parameters used to process the measurement field.
|
inlinenoexcept |
Returns the results of the statistical analysis of the measurement field.
|
inlinenoexcept |
Returns the source of the transmissivity value used to process the measurement field.
|
noexcept |
Sets the field status.
| [in] | id | measurement field ID. |
| [in] | stats | results of the statistical analysis of the measurement field. |
| [in] | params | processing parameters. |