Version 8.9.0
 
Loading...
Searching...
No Matches
IRChannelType.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__ IRChannelType
22{
23 enum Value
24 {
28 Temperature
29 };
30};
31} // namespace evo
Definition: IRChannelType.h:22
Value
Definition: IRChannelType.h:24
@ Analog
Channel is analog input/output.
Definition: IRChannelType.h:27
@ Digital
Channel is digital input/output.
Definition: IRChannelType.h:26
@ None
Unset channel type.
Definition: IRChannelType.h:25