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 DeviceInfo.h:23
OTC_SDK_API bool is1MDevice(DeviceType type) noexcept
Returns whether the given device is of the 1M variety.
OTC_SDK_API std::string toString(DeviceType deviceType) noexcept
Returns a string representation of the given device type.
DeviceType
Represents the different types of Optris thermal cameras.
Definition DeviceType.h:24
OTC_SDK_API std::ostream & operator<<(std::ostream &out, DeviceType deviceType) noexcept
Output stream operator for device types.