summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/nop_impl.cc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-20 17:33:05 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-20 18:36:45 -0500
commit844a6e15b34d8106752bbf3783b3eb8b65728cac (patch)
tree9af8e62eac7668ce950c7c555d0299499b491880 /gnuradio-core/src/lib/runtime/nop_impl.cc
parent11746e7de98462a6d6a9917e0500077ed063a1d7 (diff)
ctrlport: made display type in ControlPort setup field into an options mask.
Options are used to determine default plot type, type of plots available, initial states. qtgui: fixed enabling stem plot to properly check the menu option.
Diffstat (limited to 'gnuradio-core/src/lib/runtime/nop_impl.cc')
-rw-r--r--gnuradio-core/src/lib/runtime/nop_impl.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnuradio-core/src/lib/runtime/nop_impl.cc b/gnuradio-core/src/lib/runtime/nop_impl.cc
index 6df2c0391d..def1740678 100644
--- a/gnuradio-core/src/lib/runtime/nop_impl.cc
+++ b/gnuradio-core/src/lib/runtime/nop_impl.cc
@@ -90,15 +90,15 @@ namespace gr {
(new get_32i_t(d_name, "a", this, unique_id(),
&nop_impl::a,
pmt::mp(-128), pmt::mp(127), pmt::mp(0),
- "", "Value of a",
- RPC_PRIVLVL_MIN, DISPSTRIPCHARTF)));
+ "", "Value of a", RPC_PRIVLVL_MIN,
+ DISPTIME | DISPOPTSTRIP)));
d_get_32i_rpcs.push_back(get_32i_sptr
(new get_32i_t(d_name, "b", this, unique_id(),
&nop_impl::b,
pmt::mp(-128), pmt::mp(127), pmt::mp(0),
- "", "Value of b",
- RPC_PRIVLVL_MIN, DISPSTRIPCHARTF)));
+ "", "Value of b", RPC_PRIVLVL_MIN,
+ DISPTIME | DISPOPTSTRIP)));
d_set_32i_rpcs.push_back(set_32i_sptr
(new set_32i_t(d_name, "a", this, unique_id(),