Age | Commit message (Collapse) | Author |
|
This mostly solves a problem with threads being launched in random
order, so a handler might not be established yet, even if there is a
message waiting. Fixes Issue #514.
|
|
made a string into a tuple (and C++ angry).
|
|
|
|
|
|
Use merge strategy -s ours to skip release commits.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
delay, rms, unpacked_to_packed, packed_to_unpacked
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Order of precedence:
env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/*
|
|
|
|
|
|
|
|
modules.
|
|
documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Env variables are named GR_CONF_<SECTION>_<OPTION> where the section is the [<section>] name from the config file and the option is the actual option name, all in upercase.
|
|
|