Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
ConnectionState.h File Reference

Contains an enum representing the current state of the connection. More...

#include <ostream>
#include <string>
#include "otcsdk/Api.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::ConnectionState {
  Disconnecting , optris::Disconnected , optris::Connecting , optris::CaliAccessInternet ,
  optris::CaliInternetDownload , optris::CaliDeviceDownload , optris::CaliCopy , optris::CaliCopySourceDirectory ,
  optris::CaliAcquired , optris::CaliMissing , optris::Failed , optris::Connected ,
  optris::Lost , optris::Timeout
}
 Represents the current connection state. More...
 

Functions

OTC_SDK_API std::string optris::toString (ConnectionState state) noexcept
 Returns a string representation of the given connection state.
 
OTC_SDK_API std::ostream & optris::operator<< (std::ostream &out, ConnectionState state) noexcept
 Ouput stream operator for connection state.
 

Detailed Description

Contains an enum representing the current state of the connection.

Author
Optris GmbH & Co. KG
Date
2026-04-14