forked from gnuradio/gnuradio
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
runtime: add stream flags to io_signature
This adds a new parameter to the io_signature class to allow specifying flags for each input or output port. The initial use case for this capability is to allow a block to indicate that it needs to own and supply the stream buffer memory for one or more of its outputs, or that upstream connected block outputs need to query this block to provide the stream buffer memory for the connected input/output.
- Loading branch information
Showing
3 changed files
with
110 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters