Contains defines controlling the Windows DLL export and import of symbols.
Measurement field or region of interest (ROI) within the thermal frame.
Definition MeasurementField.h:24
Main SDK namespace.
Definition AlarmChannel.h:21
OTC_SDK_API std::ostream & operator<<(std::ostream &out, const AlarmChannelConfig &config) noexcept
Output stream operator for alarm channel configurations.
AlarmInput
Represents the different inputs that an alarm channel monitors.
Definition AlarmProperties.h:24
@ UncommittedValue
Monitors an uncommitted value generated by a PIF analog input channel.
@ InternalTemperature
Monitors the internal temperature of the device.
@ ChipTemperature
Monitors the temperature of the sensor chip.
OTC_SDK_API std::string toString(AlarmInput alarmInput) noexcept
Returns a string representation of the given alarm input.
AlarmRangeRelation
Represents the relation of an alarm input value to an alarm range.
Definition AlarmProperties.h:44
@ BelowRange
The alarm input value is below the alarm range (less than its minimum).
@ InRange
The alarm input value is in the alarm range.
@ AboveRange
The alarm input value is above the alarm range (greater than its maximum).
AlarmState
Represents the different states an alarm channel can be in.
Definition AlarmProperties.h:33
@ PreActive
A preliminary alarm is active.
@ Unknown
Alarm channel state is unknown because no input has yet been received.
@ Orphaned
Alarm channel is orphaned because its input was removed.
@ Disabled
Alarm channel is disabled.