adapnex::drivers::bnr_x2x::X2XModule::OutputMapping::operator<<
Left shift operators
Synopses
Declared in <adapnex/core/mapping.h>
Maps a variable that holds the value to be consumed by the output driver.
void
operator<<(T& target_ref);
Maps an atomic variable that holds the value to be consumed by the output driver. Using an atomic variable enables safe accesses across task groups. However, producers in other task groups must consider, that the value may be consumed during their cycle, as updates are not synchronized.
void
operator<<(std::atomic<T>& target_ref);
Created with MrDocs