Version 8.9.0
 
Loading...
Searching...
No Matches
evo::IRChannelConfigAI Struct Reference

Channel config of analog input. More...

#include <IRChannelConfig.h>

Inheritance diagram for evo::IRChannelConfigAI:
Inheritance graph
Collaboration diagram for evo::IRChannelConfigAI:
Collaboration graph

Public Member Functions

 IRChannelConfigAI (unsigned int id)
 Don't initialize yourself. More...
 
- Public Member Functions inherited from evo::IRChannelConfig
 IRChannelConfig (unsigned int id, IRChannelType::Value channelType)
 Don't initialize yourself. More...
 
 IRChannelConfig ()
 Don't initialize yourself. More...
 

Public Attributes

IRChannelInputMode::Value Mode
 Defines the mode of the analog input. More...
 
bool IsLowActive
 Set to true, if trigger should fire when input is false. More...
 
float Threshold
 Threshold value of the trigger. More...
 
- Public Attributes inherited from evo::IRChannelConfig
int Id
 Channel id. More...
 
IRChannelType::Value ChannelType
 Type of the channel. More...
 

Detailed Description

Channel config of analog input.

Author
Helmut Engelhardt (Evocortex GmbH),

Constructor & Destructor Documentation

◆ IRChannelConfigAI()

evo::IRChannelConfigAI::IRChannelConfigAI ( unsigned int  id)
inline

Don't initialize yourself.

Use IRImager::getPifConfig()!

Member Data Documentation

◆ IsLowActive

bool evo::IRChannelConfigAI::IsLowActive

Set to true, if trigger should fire when input is false.

◆ Mode

IRChannelInputMode::Value evo::IRChannelConfigAI::Mode

Defines the mode of the analog input.

◆ Threshold

float evo::IRChannelConfigAI::Threshold

Threshold value of the trigger.


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