![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Represents a connection event. More...
#include <ConnectionEvent.h>

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. | |
Represents a connection event.
| 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.
| 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.