![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Contains an enum representing the different states of the shutter flag. More...


Go to the source code of this file.
Namespaces | |
| namespace | optris |
| Main SDK namespace. | |
Enumerations | |
| enum class | optris::FlagState { optris::Open , optris::Closed , optris::Opening , optris::Closing , optris::Error , optris::Initializing } |
| Represents the different states of the shutter flag. More... | |
Functions | |
| OTC_SDK_API std::string | optris::toString (FlagState flagState) noexcept |
| Returns a string representation of the given flag state. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, FlagState state) noexcept |
| Ouput stream operator for flag states. | |
Contains an enum representing the different states of the shutter flag.