Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
ChipHeatingMode.h
Go to the documentation of this file.
1// Copyright (c) 2008-2026 Optris GmbH & Co. KG
2
11
12#pragma once
13
14#include <ostream>
15#include <string>
16
17#include "otcsdk/Api.h"
18
19
20namespace optris
21{
22
30
31
32// Utility functions
42OTC_SDK_API std::string toString(ChipHeatingMode mode) noexcept;
43
52OTC_SDK_API std::ostream& operator<<(std::ostream& out, ChipHeatingMode mode) noexcept;
53
54} // namespace optris
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.