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:24
FieldShape
Represents the different available shapes of fields.
Definition FieldProperties.h:24
@ Rectangle
Rectangular field.
Definition FieldProperties.h:25
FieldMode
Represents the different field modes that define what data point is calculated.
Definition FieldProperties.h:30
@ Mean
Mean temperature in °C.
Definition FieldProperties.h:33
@ Maximum
Maximum temperature in °C.
Definition FieldProperties.h:32
@ Minimum
Minimum temperature in °C.
Definition FieldProperties.h:31
OTC_SDK_API std::string toString(DeviceType deviceType) noexcept
Returns a string representation of the given device type.
OTC_SDK_API std::ostream & operator<<(std::ostream &out, DeviceType deviceType) noexcept
Output stream operator for device types.