adapnex::core::InputArrayMapping::ValueMapping
Member Functions
Name |
Description |
|
|
Maps a variable that will hold the element's value produced by the input driver. |
|
Maps an atomic variable that will hold the element's value produced by the input driver. Using an atomic variable enables safe accesses across task groups. However, consumers in other task groups must consider, that the value may change during their cycle, as updates are not synchronized. |
|
Returns a reference to the element's value produced by the input driver. |
Created with MrDocs