User talk:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Skeleton for Block Docs ==
== Option 1: Directed Wiki ==
Use the wiki and links to ask questions until a final page is reached with a sequence of instructions


Statement of purpose / function
== Option 2: Complete Script ==
Ask a series of questions to end up with a script for execution


== Parameters ==
== Option 3: Installer Program ==
<b>(''R''):</b> <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span>
Write a program specifically for each OS to do the install
 
; Sample Rate
: The sample rate for the block (default: samp_rate).
 
etc.
 
== Messages ==
 
=== Inputs ===
 
=== Outputs ===
 
== Example Flowgraph ==
 
== Example Output ==
 
== 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]

Revision as of 20:12, 19 February 2022

Option 1: Directed Wiki

Use the wiki and links to ask questions until a final page is reached with a sequence of instructions

Option 2: Complete Script

Ask a series of questions to end up with a script for execution

Option 3: Installer Program

Write a program specifically for each OS to do the install