Age | Commit message (Collapse) | Author |
|
Basically there were some issues on OSX linking,
because gras wasnt explicitly specified,
and was technically exposed by the gr wrappers.
As part of this commit, some symbols were moved into the wrappers,
and some of the interfaces which were in gras for backwards compat purposes,
The compile is still going, but this already addresses a few issues.
Now, I don't want to go copying every symbol over,
the real solution is to link in gras into whatever library.
Probably another commit to come...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This replaces the Python config parser stuff; should have same functionality that we need.
|
|
|
|
Using running mean/variance algorithm from Knuth's Art of Computer Programming.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|