![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Encapsulates data about a snapshot event. More...
#include <SnapshotEvent.h>

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. | |
Encapsulates data about a snapshot event.
|
inlinenoexcept |
Constructor.
| [in] | trigger | input trigger that created the snapshot event. |
| [in] | channel | on which the trigger occurred. |
| [in] | type | of the snapshot event. |