newsched
newsched copied to clipboard
The GNU Radio 4.0 Runtime Proof Of Concept
right now, the implementation c++ is generically created, but that could easily be customized based on the yaml
The moodycamel queue when nthreads >> ncores is really inefficient. Either go back to the std::dequeue implementation, or figure out how to tune performance // The number of times to...
Need some way to have setters and getters for block parameters that allow element access. Example: say, it is a uhd_block, but I want to have a parameter that represents...
Need a way to specify In the meantime, can snippets be used?
When a block inherits from both the block/sync_block base class and from QWidget, we get the following error: ``` TypeError: metaclass conflict: the metaclass of a derived class must be...
Signed-off-by: Josh Morman
This is a very limited proof of concept to explore the limitations in newsched/pmtf of being to have a block do "double duty" - the work function is generally defined...
Once boost::format was removed from logger.h, this removed some transitive includes
@daniestevez 's crc block ported into the 4.0 structure. Haven't gotten the QA running because there is some pdu work on the horizon with the pmtf library that should simplify...
Problem: Instantiate a hier block in python (see fm_deemph) Try to connect the hier block to another block - the port objects have become corrupted and we get a segfault...