newsched icon indicating copy to clipboard operation
newsched copied to clipboard

The GNU Radio 4.0 Runtime Proof Of Concept

Results 43 newsched issues
Sort by recently updated
recently updated
newest added

In GR3, `forecast()` was pretty closely tied to the backpressure based scheduler - give me the number of inputs you need based on producing this many outputs. This is why...

Would be nice to have for really thin RPC

Done as a subproject, but doesn't get exported fatal error: nlohmann/json.hpp: No such file or directory 15 | #include

- [ ] grc only (bits of python right in the grc) - see random_source - [ ] python hier block - [ ] python only

Should be able to do the following: - define ports, parameters in .yml - define hier structure in python file The thing is, haven't found a clean way to do...

Since PMT(f) is rather central, let's keep the default source the subproject, but add an `external_pmt` meson option. This mirrors what https://github.com/gnuradio/pmt/pull/46 did to pmt (where it only affected CLI11...

Right now callbacks are done the "old" way where it is a free for all when they get called Need to standardize how these function signatures look so they can...

Is set_alignment part of the block API? Not sure yet, so leave it out - some things will be volk unaligned until we figure it out

This was brought up by @dkozel in chat Instead of specifying the c++ types and manually specifying the suffix, use standardized types for things in the yaml file

Since meson.build files are generated in tree, need a utility that recursively goes and deletes all the autogenerated ones when desired.

Feature Request