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.
RdcMode
Represents the different modes for radial distortion correction.
Definition RdcMode.h:25
@ Normal
Normal mode.
Definition RdcMode.h:27
@ Off
Deactivated.
Definition RdcMode.h:26
@ Wide
Wide mode.
Definition RdcMode.h:28
OTC_SDK_API std::string toString(AlarmInput alarmInput) noexcept
Returns a string representation of the given alarm input.
@ Unknown
Alarm channel state is unknown because no input has yet been received.
Definition AlarmProperties.h:34