summaryrefslogtreecommitdiff
path: root/gr-analog/lib/noise_source_X_impl.h.t
AgeCommit message (Collapse)Author
2013-02-26core: adding a mutex as a protected member of gr_block for use in protecting ↵Tom Rondeau
set and work function access to variables. This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX since these two cause particular problems (in next's channel model). This shows the use of the mutex for general protection when needed.
2012-10-25analog: adding noise_source to gr-analog with GRC and QA.Tom Rondeau