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

PublishablePortSpan #415

Merged
merged 2 commits into from
Sep 30, 2024
Merged

PublishablePortSpan #415

merged 2 commits into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. Introduce PublishablePortSpan, which extends PublishableSpan to suppo…

    …rt tags.
    
    Additionally, the following issues were addressed:
    * Renamed Block::input_tags_present() to inputTagPresent().
    * Fixed a bug in the parameter name for the Soapy block.
    * Rename some CircularBuffer/Reader/Writer method to be more consistent
    * Add convenience methods to iterate through tuple: for_each_publishable_span, for_each_consumable_span
    * Remove obsolete Block::availableInputSamples and Block::availableOutputSamples methods
    
    Signed-off-by: drslebedev <dr.s.lebedev@gmail.com>
    drslebedev committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ebf8401 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix qa_grc test, use procesOne() instead of work()

    Signed-off-by: drslebedev <dr.s.lebedev@gmail.com>
    drslebedev committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cd13e2c View commit details
    Browse the repository at this point in the history