From f4da804ea3dde5e376e520769a93f80545670208 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Thu, 3 May 2012 12:50:39 -0400 Subject: GRC: patch to allow users to specify max_noutput_items in GRC options block. --- grc/blocks/options.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'grc/blocks/options.xml') 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 @@ -124,6 +124,19 @@ else: self.stop(); self.wait() False + + Max Number of Output + max_nouts + 0 + int + #if $generate_options() == 'hb' +all#slurp +#elif $max_nouts() +none#slurp +#else +part#slurp +#end if + Realtime Scheduling realtime_scheduling @@ -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. -- cgit