Skip to content
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

[1pt] graph-prototype: Add API to (sub-)graph to access ports that are not connected or should be explicitly monitored #115

Open
ivan-cukic opened this issue Jul 14, 2023 · 0 comments

Comments

@ivan-cukic
Copy link
Contributor

ivan-cukic commented Jul 14, 2023

Ports can be disconnected for a few reasons:

  • accidentally
  • not meant to be connected
  • the graph is meant to be used as a sub-graph, and those ports are meant to be connected to something later (e.g. monitoring purposes)

Proposal: [block&, port&] exported_input_ports() & [block&, port&] exported_output_ports()?

The implicitly/explicitly exported port names should be user-adjustable to give them more usage-specific names.

This task is meant to create API to list/access/define ports which are not connected (per-category)

To note (for UI): -> Annotate ports via 'Optional' tag/template parameter on Port<>.

@RalphSteinhagen RalphSteinhagen changed the title graph-prototype: Add API to graph to access ports that are not connected [] graph-prototype: Add API to graph to access ports that are not connected Jul 15, 2023
@RalphSteinhagen RalphSteinhagen changed the title [] graph-prototype: Add API to graph to access ports that are not connected [1pt] graph-prototype: Add API to graph to access ports that are not connected Jul 21, 2023
@RalphSteinhagen RalphSteinhagen changed the title [1pt] graph-prototype: Add API to graph to access ports that are not connected [1pt] graph-prototype: Add API to (sub-)graph to access ports that are not connected or should be explicitly monitored Jul 21, 2023
ablepharus pushed a commit to ablepharus/gnuradio4 that referenced this issue May 13, 2024
* Port of gr-digitizer to GNU Radio 4.0

Make code compile with GR 4.0, latest ROOT and latest Picoscope drivers. Some tests don't pass atm.

open issues/improvements to be followed-up later:
fair-acc#110
fair-acc#111
fair-acc#112
fair-acc#113 
fair-acc#114 
fair-acc#115 
fair-acc#116 

Co-authored-by: Alexander Krimm <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants