gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept
GNU General Public License v3.0
22 stars 16 forks source link

Add more blocks to newsched #189

Open mormj opened 2 years ago

mormj commented 2 years ago

Please suggest blocks that should be added to find issues and prove out the design

mormj commented 2 years ago

Porting Challenges and Notes

ZMQ PUSH SINK

Secondary base class base_impl.h - not tied into the yaml at all last_endpoint() method comes from base, but needs to be called from push_sink one option would be to have a base class defined as yaml that is not a block but then the other blocks can inherit from i think this is a common problem

Signal Source

Parameter waveform type is an enum. At the time the yml is defined there is no notion of the enum. Need a way to define the enum in a yml, inherit the yml in another yml