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.
FlagState
Represents the different states of the shutter flag.
Definition FlagState.h:33
@ Closed
Flag is closed.
Definition FlagState.h:35
@ Initializing
Flag state is beeing initialized/calibrated.
Definition FlagState.h:39
@ Closing
Flag is closing.
Definition FlagState.h:37
@ Error
Flag is in an error state.
Definition FlagState.h:38
@ Opening
Flag is opening.
Definition FlagState.h:36
@ Open
Flag is open.
Definition FlagState.h:34
OTC_SDK_API std::string toString(AlarmInput alarmInput) noexcept
Returns a string representation of the given alarm input.