User talk:Duggabe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== | == Skeleton for Block Docs == | ||
Statement of purpose / function | |||
== Parameters == | |||
<b>(''R''):</b> <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | |||
; Sample Rate | |||
: The sample rate for the block (default: samp_rate). | |||
etc. | |||
== Messages == | |||
=== Inputs === | |||
=== Outputs === | |||
== Example Flowgraph == | |||
== Source Files == | |||
; C++ files | |||
: [https://github.com/gnuradio/gnuradio TODO] | |||
; Header files | |||
: [https://github.com/gnuradio/gnuradio TODO] | |||
; Public header files | |||
: [https://github.com/gnuradio/gnuradio TODO] | |||
; Block definition | |||
: [https://github.com/gnuradio/gnuradio TODO] | |||
[[Category:Block Docs]] |
Revision as of 22:15, 6 June 2021
Skeleton for Block Docs
Statement of purpose / function
Parameters
(R): Run-time adjustable
- Sample Rate
- The sample rate for the block (default: samp_rate).
etc.
Messages
Inputs
Outputs
Example Flowgraph
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO