Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
OperationInfoEvent.h
Go to the documentation of this file.
1// Copyright (c) 2008-2026 Optris GmbH & Co. KG
2
10
11#pragma once
12
13#include <vector>
14
16
17
18namespace optris
19{
20
23{
25 std::vector<OperationInfo> infos;
26};
27
28} // namespace optris
Contains a class that holds debug and performance information about an operation module within the pr...
Main SDK namespace.
Definition AlarmChannel.h:21
Event containing trace information about the operation modules of the processing pipeline.
Definition OperationInfoEvent.h:23
std::vector< OperationInfo > infos
Trace information about the operation modules of the processing pipeline.
Definition OperationInfoEvent.h:25