43 const std::
string&
getName() const noexcept;
50 const std::
string&
getUnit() const noexcept;
69 const std::
string& name,
70 const std::
string& unit,
71 float value) noexcept;
Contains defines controlling the Windows DLL export and import of symbols.
#define OTC_SDK_API
Only needed when working with Windows DLLs.
Definition Api.h:65
Contains enums defining various properties of process interfaces.
Holds the status of an uncommitted value derived from a PIF analog input.
Definition UncommittedValueStatus.h:25
OTC_SDK_API void update(const PifIndex &pifIndex, const std::string &name, const std::string &unit, float value) noexcept
Updates the uncommitted value status.
const PifIndex & getPifIndex() const noexcept
Returns the index of the PIF analog input that generated the uncommitted value.
Definition UncommittedValueStatus.h:102
float getValue() const noexcept
Returns the uncommitted value.
Definition UncommittedValueStatus.h:117
const std::string & getName() const noexcept
Returns the name of the uncommitted value.
Definition UncommittedValueStatus.h:107
OTC_SDK_API UncommittedValueStatus() noexcept
Constructor.
const std::string & getUnit() const noexcept
Returns the unit of the uncommitted value.
Definition UncommittedValueStatus.h:112
Main SDK namespace.
Definition AlarmChannel.h:21
Holds the indices that identify the physical pin on a PIF device for a PIF channel.
Definition PifProperties.h:98