Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::UncommittedValueStatus Class Reference

Holds the status of an uncommitted value derived from a PIF analog input. More...

#include <UncommittedValueStatus.h>

Collaboration diagram for optris::UncommittedValueStatus:
Collaboration graph

Public Member Functions

OTC_SDK_API UncommittedValueStatus () noexcept
 Constructor.
 
const PifIndexgetPifIndex () const noexcept
 Returns the index of the PIF analog input that generated the uncommitted value.
 
const std::string & getName () const noexcept
 Returns the name of the uncommitted value.
 
const std::string & getUnit () const noexcept
 Returns the unit of the uncommitted value.
 
float getValue () const noexcept
 Returns the uncommitted value.
 
OTC_SDK_API void update (const PifIndex &pifIndex, const std::string &name, const std::string &unit, float value) noexcept
 Updates the uncommitted value status.
 

Detailed Description

Holds the status of an uncommitted value derived from a PIF analog input.

Member Function Documentation

◆ getName()

const std::string & optris::UncommittedValueStatus::getName ( ) const
inlinenoexcept

Returns the name of the uncommitted value.

Returns
the name of the uncommitted value.

◆ getPifIndex()

const PifIndex & optris::UncommittedValueStatus::getPifIndex ( ) const
inlinenoexcept

Returns the index of the PIF analog input that generated the uncommitted value.

Returns
the index of the PIF analog input that generated the uncommitted value.

◆ getUnit()

const std::string & optris::UncommittedValueStatus::getUnit ( ) const
inlinenoexcept

Returns the unit of the uncommitted value.

Returns
the unit of the uncommitted value.

◆ getValue()

float optris::UncommittedValueStatus::getValue ( ) const
inlinenoexcept

Returns the uncommitted value.

Returns
the uncommitted value.

◆ update()

OTC_SDK_API void optris::UncommittedValueStatus::update ( const PifIndex & pifIndex,
const std::string & name,
const std::string & unit,
float value )
noexcept

Updates the uncommitted value status.

Parameters
[in]pifIndexthe index of the PIF analog input that generates the uncommitted value.
[in]nameof the uncommitted value.
[in]unitof the uncommitted value.
[in]valueof the uncommitted value.

The documentation for this class was generated from the following file: