Encapsulates the configuration for a PIF digital input channel.
More...
#include <PifChannelConfigs.h>
|
|
int | deviceIndex |
| | Identifies the channel by specifying the PIF device on which its pins are located.
|
| |
|
int | pinIndex |
| | Identifies the channel by locating its pins on the specified PIF device.
|
| |
|
PifDiMode | mode |
| | Mode to be applied to the channel.
|
| |
|
bool | triggerLowActive |
| | Indicates whether the trigger will be pulled if the input signal is low.
|
| |
Encapsulates the configuration for a PIF digital input channel.
For a detailed overview of all available modes and parameters please refer to the corresponding section in the documentation of the configuration file.
◆ createFlagControl()
| static OTC_SDK_API PifDiConfig optris::PifDiConfig::createFlagControl |
( |
int | deviceIndex, |
|
|
int | pinIndex, |
|
|
bool | openIfLow ) |
|
staticnoexcept |
Create a configuration for the mode PifDiMode::FlagControl.
- Attention
- This mode is unique and can only be applied once for all channels.
- Parameters
-
| [in] | deviceIndex | identifying the channel. |
| [in] | pinIndex | identifying the channel. |
| [in] | openIfLow | if true, the shutter flag will be opend, if the input signal is low. |
- Returns
- configuration for the mode PifDiMode::FlagControl.
◆ createOff()
Creates a configuration for the mode PifDiMode::Off.
- Parameters
-
| [in] | deviceIndex | identifying the channel. |
| [in] | pinIndex | identifying the channel. |
- Returns
- configuration for the mode PifDiMode::Off.
The documentation for this class was generated from the following file: