15#include <unordered_map>
53 std::unordered_map<std::int32_t, FieldStatus>
fields;
Contains a class that encapsulates status of a processed measurement field.
Contains a class encapsulating a processed thermal frame.
Encapsulates processed thermal frame data.
Definition ThermalFrame.h:23
Main SDK namespace.
Definition AlarmChannel.h:21
Event containing the results of the successful processing of a frame.
Definition FrameEvent.h:27
FrameMetadata meta
Metadata of the frame.
Definition FrameEvent.h:33
std::unordered_map< std::int32_t, FieldStatus > fields
The results of the measurement field processing.
Definition FrameEvent.h:53
ThermalFrame thermalFrame
Thermal frame.
Definition FrameEvent.h:42