-
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
[0pt] intermediate step: make graph-prototype pre OP-usable for FAIR/OpenDigitizer-UI #46
[0pt] intermediate step: make graph-prototype pre OP-usable for FAIR/OpenDigitizer-UI #46
Comments
The DataSet concept was presented at the last GNU Radio architecture meeting on 2023-03-24. It was identified that there is no 'one-size-fits-all' solution and that we shall establish a complementary composite type concept of For example, if one needs a:
The meta-information would be stored using More details including some practical data layout examples can be found in the slides attached above. |
Largely finished, the remainder (notably only: 'handling of cyclic graphs') have be moved to: |
This issue is to track intermediate issues once the following is completed:
goal: make graph-prototype usable from an OpenDigitizer-UI perspective
std::graph
proposal presented at the last @ CppCon'22 conference (video, slides, draft paper) to develop a clearer picture w.r.t. the design and relationship between thegraph
andscheduler
classes.DataSet<T>
interface @wirew0rm, @mormj, @RalphSteinhagen and GR architecture teamoptional: graph -> dot & Mermaid exportN.B. doesn't turn out to be helpful for GitHub/issue documentationstd::map<string, pmt::pmtv>
PoCo (OpenCMW-like, @jsallay is working on a prototype for this:Struct reflection gnuradio/pmt#81Struct refl gnuradio/pmt#84This all in the spirit of 'eating-our-own-dog-food' with the focus that the graph-prototype can be used in the UI. This should also help to identify usability and API issues early on. N.B. the service would -- for the time being -- stick with the default GR 4.0 until the graph-prototype has been merged with GR 4.0.
Steps afterward (EPIC: #42)
work(...)
API -> needs feedback/proposal/help from the GR architecture team (@mormj et al.)The text was updated successfully, but these errors were encountered: