Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::SnapshotEvent Struct Reference

Encapsulates data about a snapshot event. More...

#include <SnapshotEvent.h>

Collaboration diagram for optris::SnapshotEvent:
Collaboration graph

Public Member Functions

 SnapshotEvent () noexcept
 Constructor.
 
 SnapshotEvent (SnapshotTrigger trigger, unsigned char channel, SnapshotType type) noexcept
 Constructor.
 

Public Attributes

SnapshotTrigger trigger
 Input trigger type of the snapshot event.
 
unsigned char channel
 Analog or digital input channel of the snapshot event.
 
SnapshotType type
 Type of the snapshot event.
 

Detailed Description

Encapsulates data about a snapshot event.

Constructor & Destructor Documentation

◆ SnapshotEvent()

optris::SnapshotEvent::SnapshotEvent ( SnapshotTrigger trigger,
unsigned char channel,
SnapshotType type )
inlinenoexcept

Constructor.

Parameters
[in]triggerinput trigger that created the snapshot event.
[in]channelon which the trigger occurred.
[in]typeof the snapshot event.

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