Version 8.9.0
 
Loading...
Searching...
No Matches
IRChannelOutputMode.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
15namespace evo {
21struct __IRDIRECTSDK_API__ IRChannelOutputMode
22{
23 enum Value
24 {
26 };
27};
28} // namespace evo
Enum for output modes.
Definition: IRChannelOutputMode.h:22
Value
Definition: IRChannelOutputMode.h:24
@ Manual
Output is set manually.
Definition: IRChannelOutputMode.h:25