Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
ConnectionEvent.h
Go to the documentation of this file.
1// Copyright (c) 2008-2026 Optris GmbH & Co. KG
2
11
12#pragma once
13
14#include <string>
15
17
18
19namespace optris
20{
21
24{
27
29 std::string msg;
30
37 bool accessInternet = true;
38
46 std::string sourceDirectory;
47};
48
49} // namespace optris
Contains an enum representing the current state of the connection.
Main SDK namespace.
Definition AlarmChannel.h:21
ConnectionState
Represents the current connection state.
Definition ConnectionState.h:25
Represents a connection event.
Definition ConnectionEvent.h:24
std::string sourceDirectory
Specifies the source directory for calibration files.
Definition ConnectionEvent.h:46
std::string msg
Message.
Definition ConnectionEvent.h:29
bool accessInternet
Indicates whether the SDK has permission to access the internet.
Definition ConnectionEvent.h:37
ConnectionState state
Current connection state.
Definition ConnectionEvent.h:26