infostellarinc / starcoder

A server to read/write data from/to the stars, written in Go.
GNU General Public License v3.0
21 stars 13 forks source link

Allow enabling and disabling of blocks for generator flowgraph #124

Closed reiinakano closed 5 years ago

reiinakano commented 5 years ago

generatorr grc

Same thing as the previous PR. Wrapped some blocks in hierarchical blocks so we can enable and disable at runtime.

reiinakano commented 5 years ago

I started to suspect you might use some meta-programming technique to generate these simple wrappers.

Let me think about this. It's not very hard to do from a programming language, but I'm not sure how to extend this to GNURadio Companion. Let me know if you have any suggestions.

reiinakano commented 5 years ago

Closing, I think I thought of a way to make this generic.