![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Contains an enum representing the current state of the connection. More...

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. | |
Contains an enum representing the current state of the connection.