adapnex::drivers::bnr_x2x::X2XModule::InputMapping::operator>>
Right shift operators
Synopses
Declared in <adapnex/core/mapping.h>
Maps a variable that will hold the value produced by the input driver.
void
operator>>(T& target_ref);
Maps an atomic variable that will hold the 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.
void
operator>>(std::atomic<T>& target_ref);
Created with MrDocs