Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
FlagState.h File Reference

Contains an enum representing the different states of the shutter flag. More...

#include <ostream>
#include <string>
#include "otcsdk/Api.h"
Include dependency graph for FlagState.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Contains an enum representing the different states of the shutter flag.

Author
Optris GmbH Co. KG
Date
2025-01-02