From f21c7b1eeed46a2edf5b082d86d5386790e99f98 Mon Sep 17 00:00:00 2001
From: jblum
Date: Wed, 4 Feb 2009 21:25:49 +0000
Subject: rt sched option in grc
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10389 221aa14e-8319-0410-a670-987f0aec2ac5
---
grc/data/platforms/python/blocks/options.xml | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
(limited to 'grc/data/platforms/python/blocks')
diff --git a/grc/data/platforms/python/blocks/options.xml b/grc/data/platforms/python/blocks/options.xml
index 3a73050ae..11e46bbe6 100644
--- a/grc/data/platforms/python/blocks/options.xml
+++ b/grc/data/platforms/python/blocks/options.xml
@@ -49,17 +49,14 @@ import wx
@@ -67,7 +64,28 @@ import wx
category
Custom
string
- $generate_options.hide_category
+ #if $generate_options.eval == 'hb' then 'none' else 'all'#
+
+
+ Realtime Scheduling
+ realtime_scheduling
+
+ enum
+ #if $generate_options.eval == 'hb'
+all#slurp
+#elif $realtime_scheduling.eval
+none#slurp
+#else
+part#slurp
+#end if
+
+
len($window_size) == 2
300 <= $(window_size)[0] <= 2048
--
cgit