-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5SP,5SP] UI: Refactor flow-graph block handling #133
Comments
Reopening, as most of this isn't done yet (and requires the messaging framework) |
GRC loading in the UI is blocked on fair-acc/gnuradio4#287 |
Another issue with using graph-prototype's GRC serialization: When parsing a remote flow graph for the GR flowgraph service, the UI will encounter blocks it doesn't know and cannot instantiate, like the PicoScope blocks. The GP GRC load_grc would currently fail in that situation. We might have to decouple the YAML parsing from the block instantiation here. |
Parts of this are handled in /pull/177
Not yet handled: Topology changes via messages. See also #132 |
Thanks for finishing this. The remaining parts could perhaps be done as part of fair-acc/gnuradio4#181, or we open a new issue once/if the need arises. Will close this for now. |
The Blocks in the UI should be refactored:
and that refer to GR blocks only by the unique identifier
GR Block (if it represents FFT, it should allow changing
to FFT without)
ported to GR blocks
Needs considering:
pre-requisite to be completed: fair-acc/gnuradio4#210
The text was updated successfully, but these errors were encountered: