commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r11281 - in gnuradio/trunk/grc: . blocks python


From: jblum
Subject: [Commit-gnuradio] r11281 - in gnuradio/trunk/grc: . blocks python
Date: Wed, 24 Jun 2009 22:27:05 -0600 (MDT)

Author: jblum
Date: 2009-06-24 22:27:04 -0600 (Wed, 24 Jun 2009)
New Revision: 11281

Modified:
   gnuradio/trunk/grc/blocks/parameter.xml
   gnuradio/trunk/grc/python/flow_graph.tmpl
   gnuradio/trunk/grc/todo.txt
Log:
added to todo, added help message to optparse option w/ param

Modified: gnuradio/trunk/grc/blocks/parameter.xml
===================================================================
--- gnuradio/trunk/grc/blocks/parameter.xml     2009-06-25 03:02:44 UTC (rev 
11280)
+++ gnuradio/trunk/grc/blocks/parameter.xml     2009-06-25 04:27:04 UTC (rev 
11281)
@@ -72,8 +72,7 @@
 
 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>

Modified: gnuradio/trunk/grc/python/flow_graph.tmpl
===================================================================
--- gnuradio/trunk/grc/python/flow_graph.tmpl   2009-06-25 03:02:44 UTC (rev 
11280)
+++ gnuradio/trunk/grc/python/flow_graph.tmpl   2009-06-25 04:27:04 UTC (rev 
11281)
@@ -185,7 +185,8 @@
                #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()

Modified: gnuradio/trunk/grc/todo.txt
===================================================================
--- gnuradio/trunk/grc/todo.txt 2009-06-25 03:02:44 UTC (rev 11280)
+++ gnuradio/trunk/grc/todo.txt 2009-06-25 04:27:04 UTC (rev 11281)
@@ -14,10 +14,20 @@
 * 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]