Parameters for conversion.
More...
#include <modules.h>
|
| | ConfigParams ()=default |
| | Default constructor. More...
|
| |
| | ConfigParams (const double &cvadc, const double &cvdac, const double &maxAO, const double &minAO) |
| | Initializes conversion parameters. More...
|
| |
|
|
double | CVADC = 0 |
| | Conversion to Volts of analog inputs.
|
| |
|
double | CVDAC = 0 |
| | Conversion from Volts for analog outputs.
|
| |
|
double | maxValAO = 0 |
| | Maximum value to be written in an analog output.
|
| |
|
double | minValAO = 0 |
| | Minimum value to be written in an analog output.
|
| |
Parameters for conversion.
Definition at line 14 of file modules.h.
◆ ConfigParams() [1/2]
| irio::ConfigParams::ConfigParams |
( |
| ) |
|
|
default |
Default constructor.
Sets all values to 0
◆ ConfigParams() [2/2]
| irio::ConfigParams::ConfigParams |
( |
const double & |
cvadc, |
|
|
const double & |
cvdac, |
|
|
const double & |
maxAO, |
|
|
const double & |
minAO |
|
) |
| |
|
inline |
Initializes conversion parameters.
- Parameters
-
| cvadc | Conversion to Volts of analog inputs |
| cvdac | Conversion from Volts for analog outputs |
| maxAO | Maximum value to be written in an analog output |
| minAO | Minimum value to be written in an analog output |
Definition at line 45 of file modules.h.
The documentation for this struct was generated from the following file: