Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::ConnectionEvent Struct Reference

Represents a connection event. More...

#include <ConnectionEvent.h>

Collaboration diagram for optris::ConnectionEvent:
Collaboration graph

Public Attributes

ConnectionState state
 Current connection state.
 
std::string msg
 Message.
 
bool accessInternet = true
 Indicates whether the SDK has permission to access the internet.
 
std::string sourceDirectory
 Specifies the source directory for calibration files.
 

Detailed Description

Represents a connection event.

Member Data Documentation

◆ accessInternet

bool optris::ConnectionEvent::accessInternet = true

Indicates whether the SDK has permission to access the internet.

This field has to be set by the client in response to a ConnectionState::CaliAccessInternet state to allow the SDK to access the internet to download missing calibration files.

◆ sourceDirectory

std::string optris::ConnectionEvent::sourceDirectory

Specifies the source directory for calibration files.

This field has to be set by the client in response to a ConnectionState::CaliCopySourceDirectory state to specify another source directory from which the SDK should attempt to copy missing calibration files. Leave empty if no other source directory should be probed.


The documentation for this struct was generated from the following file: