eeros_architecture:control_system:available_blocks:peripheralinput
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
eeros_architecture:control_system:available_blocks:peripheralinput [2021/05/16 14:28] – ursgraf | eeros_architecture:control_system:available_blocks:peripheralinput [2021/05/28 13:40] (current) – ursgraf | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Peripheral Input ====== | ====== Peripheral Input ====== | ||
- | This block allows to read a signal from some hardware source. This could be a simple digital input or a multidimensional vector of real values. Such a block will always read from an input defined in the [[eeros_architecture: | + | This block allows to read a signal from some hardware source. This could be a simple digital input or an analog input. Such a block will always read from an input defined in the [[eeros_architecture: |
The constructor of this block looks like | The constructor of this block looks like | ||
<code cpp> | <code cpp> | ||
- | PeripheralInput(std:: | + | PeripheralInput(std:: |
+ | </ | ||
+ | As a parameter you must indicate the designator of the corresponding input in the [[eeros_architecture: | ||
+ | Create a new input with | ||
+ | <code cpp> | ||
+ | PeripheralInput<> | ||
+ | PeripheralInput< | ||
</ | </ | ||
- | As a parameter you must indicate the designator of the corresponding input in the [[eeros_architecture: |
eeros_architecture/control_system/available_blocks/peripheralinput.1621168093.txt.gz · Last modified: 2021/05/16 14:28 by ursgraf