Selector
Jump to navigation
Jump to search
Connect the sink at input index to the source at output index. Samples from other input ports are consumed and dumped. Other output ports produce no samples.
output[output_index][i] = input[input_index][i]
Parameters
(R): Run-time adjustable
- Enabled (R)
- Whether or not input gets copied to output.
- Number of Inputs
- Number of input streams
- Number of Outputs
- Number of output streams
- Input Index (R)
- Used to choose which input stream gets used. It is typical for this to be changed in realtime using a QT GUI Chooser
- Output Index (R)
- Used to choose which output stream gets the input copied to it. It is typical for this to be changed in realtime using a QT GUI Chooser
Example Flowgraph
Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI. Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO