summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/nop_impl.cc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-17 19:56:21 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-17 19:56:21 -0500
commit6b3b5a5757bea2e89738aeaa6077abc9cb847b44 (patch)
tree367507b09f121664aab8cc227ea7d14515b962c8 /gnuradio-core/src/lib/runtime/nop_impl.cc
parent79c51dce02f1a6f45faf60cabca2820de959ffdb (diff)
ctrlport: adding display type for stripchart as opposed to timeseries.
Stripcharts add data to the back of what's plotted; time series plots just plot the vector given. All single-value RPC vars have been converted to use stripchart mode.
Diffstat (limited to 'gnuradio-core/src/lib/runtime/nop_impl.cc')
-rw-r--r--gnuradio-core/src/lib/runtime/nop_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/runtime/nop_impl.cc b/gnuradio-core/src/lib/runtime/nop_impl.cc
index b6764c2257..6df2c0391d 100644
--- a/gnuradio-core/src/lib/runtime/nop_impl.cc
+++ b/gnuradio-core/src/lib/runtime/nop_impl.cc
@@ -91,14 +91,14 @@ namespace gr {
&nop_impl::a,
pmt::mp(-128), pmt::mp(127), pmt::mp(0),
"", "Value of a",
- RPC_PRIVLVL_MIN, DISPTIMESERIESF)));
+ RPC_PRIVLVL_MIN, DISPSTRIPCHARTF)));
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, DISPTIMESERIESF)));
+ RPC_PRIVLVL_MIN, DISPSTRIPCHARTF)));
d_set_32i_rpcs.push_back(set_32i_sptr
(new set_32i_t(d_name, "a", this, unique_id(),