summaryrefslogtreecommitdiff
path: root/grc/blocks/options.xml
diff options
context:
space:
mode:
authorJose Quaresma2012-05-03 12:50:39 -0400
committerTom Rondeau2012-05-03 12:50:39 -0400
commitf4da804ea3dde5e376e520769a93f80545670208 (patch)
tree489751663f088de914906e925c4d4937f3617758 /grc/blocks/options.xml
parent05b2c02f17d790df4896fcfb85c4020748f25747 (diff)
downloadgnuradio-f4da804ea3dde5e376e520769a93f80545670208.tar.gz
gnuradio-f4da804ea3dde5e376e520769a93f80545670208.tar.bz2
gnuradio-f4da804ea3dde5e376e520769a93f80545670208.zip
GRC: patch to allow users to specify max_noutput_items in GRC options block.
Diffstat (limited to 'grc/blocks/options.xml')
-rw-r--r--grc/blocks/options.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/grc/blocks/options.xml b/grc/blocks/options.xml
index b27ea900c..1cf0b7707 100644
--- a/grc/blocks/options.xml
+++ b/grc/blocks/options.xml
@@ -125,6 +125,19 @@ else: self.stop(); self.wait()</callback>
</option>
</param>
<param>
+ <name>Max Number of Output</name>
+ <key>max_nouts</key>
+ <value>0</value>
+ <type>int</type>
+ <hide>#if $generate_options() == 'hb'
+all#slurp
+#elif $max_nouts()
+none#slurp
+#else
+part#slurp
+#end if</hide>
+ </param>
+ <param>
<name>Realtime Scheduling</name>
<key>realtime_scheduling</key>
<value></value>
@@ -169,5 +182,9 @@ For example, an id of my_block will generate the file my_block.py and class my_b
The category parameter determines the placement of the block in the block selection window. \
The category only applies when creating hier blocks. \
To put hier blocks into the root category, enter / for the category.
+
+The Max Number of Output is the maximum number of output items allowed for any block \
+in the flowgraph; to disable this set the max_nouts equal to 0.\
+Use this to adjust the maximum latency a flowgraph can exhibit.
</doc>
</block>