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
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.
ChipHeatingMode
Represents the available chip heating modes.
Definition ChipHeatingMode.h:25
@ Auto
The sensor chip will be heated to the temperature specified in the calibrations.
Definition ChipHeatingMode.h:27
@ Fixed
The sensor chip will be heated to a configurable fixed temperature.
Definition ChipHeatingMode.h:28
@ Floating
The sensor chip will not be heated.
Definition ChipHeatingMode.h:26
OTC_SDK_API std::string toString(AlarmInput alarmInput) noexcept
Returns a string representation of the given alarm input.