added to todo, added help message to optparse option w/ param
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 25 Jun 2009 04:27:04 +0000 (04:27 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 25 Jun 2009 04:27:04 +0000 (04:27 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11281 221aa14e-8319-0410-a670-987f0aec2ac5

grc/blocks/parameter.xml
grc/python/flow_graph.tmpl
grc/todo.txt

index d3bab94c30eb3f57bc82b11d81ae2dc389e8ac1f..21e5f04b3793ac703554135afb93dbce19bd0957 100644 (file)
@@ -72,8 +72,7 @@ Or, parameters can pass arguments into an instantiated hierarchical block.
 
 The paramater value cannot depend on any variables.
 
-Leave the label blank to use the parameter id as the label. \
-The label only applies when this flow graph is instantiated as a hierarchical block.
+Leave the label blank to use the parameter id as the label.
 
 When type is not None, this parameter also becomes a command line option of the form --[id] [value].
        </doc>
index a45a918d054e130c6f2f4e29816b6a5baf77fafb..742ceb94472ac1df29956372c6cc14627777b44b 100644 (file)
@@ -185,7 +185,8 @@ if __name__ == '__main__':
                #set $type = $param.get_param('type').get_value()
                #if $type
                        #silent $params_eq_list.append('%s=options.%s'%($param.get_id(), $param.get_id()))
-       parser.add_option("--$param.get_id()", dest="$param.get_id()", type="$type", default=$param.get_make())
+       parser.add_option("--$param.get_id()", dest="$param.get_id()", type="$type", default=$param.get_make(),
+               help="Set $($param.get_param('label').evaluate() or $param.get_id()) [default=%default]")
                #end if
        #end for
        (options, args) = parser.parse_args()
index ad7e62ff68ffe32a35e56bf3c1e610ed4d5862ff..4c6471c760e43014a602311bcec8c53875f424c2 100644 (file)
 * packet mod: whitening offset
 * wx min window size in options block
 * gr_adaptive_fir_ccf
+* ofdm  
+  * gr_ofdm_bpsk_demapper
+  * gr_ofdm_cyclic_prefixer
+  * gr_ofdm_demapper_vcb
+  * gr_ofdm_frame_acquisition
+  * gr_ofdm_frame_sink
+  * gr_ofdm_insert_preamble
+  * gr_ofdm_mapper_bcv
+  * gr_ofdm_sampler
 
 ##################################################
 # Features
 ##################################################
+* extract category from doxygen
 * param editor, expand entry boxes in focus
 * change param dialog to panel within main window
 * search for blocks in category window