Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
gr_block_executor will read the config files to determine if the perf counters are on or off.
|