adapnex::core::InputValueMapping::operator>>
Maps a variable that will hold the value produced by the input driver.
Description
|
Any task consuming the variable must be executed in the same TaskGroup as the driver to ensure updates to the variable are synchronized. |
|
Care must be taken to ensure the lifecycle of the variable is at least as long as the mapping to avoid updates being applied to an invalid memory location. |
Parameters
| Name | Description |
|---|---|
target_ref |
The right operand |
Created with MrDocs