Version 8.9.0
 
Loading...
Searching...
No Matches
IRChannelInputMode.h
1/******************************************************************************
2 * Copyright (c) 2012-2019 All Rights Reserved, http://www.evocortex.com *
3 * Evocortex GmbH *
4 * Emilienstr. 1 *
5 * 90489 Nuremberg *
6 * Germany *
7 * *
8 * Contributors: *
9 * Initial version for Linux 64-Bit platform supported by Fraunhofer IPA, *
10 * http://www.ipa.fraunhofer.de *
11 *****************************************************************************/
12
13#pragma once
14#include "irdirectsdk_defs.h"
15
16namespace evo {
22struct __IRDIRECTSDK_API__ IRChannelInputMode
23{
24 enum Value
25 {
28 SnapshotOnEdge
29 };
30};
31} // namespace evo
Enum for input modes.
Definition: IRChannelInputMode.h:23
Value
Definition: IRChannelInputMode.h:25
@ Snapshot
Input triggers snapshot event.
Definition: IRChannelInputMode.h:27
@ Manual
Input is evaluated manually.
Definition: IRChannelInputMode.h:26