diff options
Diffstat (limited to 'gnuradio-core/src/lib/runtime/nop_impl.cc')
-rw-r--r-- | gnuradio-core/src/lib/runtime/nop_impl.cc | 8 |
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(), |