diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-02-14 08:13:33 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-02-14 08:13:33 -0800 |
commit | 64f3b70cf135a8641a0271ee27b431e05a8df97b (patch) | |
tree | b2ddf7f6320d4db56edf7fe09b926960d4e7ddb3 /gr-qtgui/lib/freq_sink_f_impl.cc | |
parent | b5418e25712930d9d5603875c4def24746d78c24 (diff) | |
parent | 311066b32ab653dc60890e94fd8303cd041ee173 (diff) |
Merge remote-tracking branch 'daulpavid/freqsink_change'
Diffstat (limited to 'gr-qtgui/lib/freq_sink_f_impl.cc')
-rw-r--r-- | gr-qtgui/lib/freq_sink_f_impl.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gr-qtgui/lib/freq_sink_f_impl.cc b/gr-qtgui/lib/freq_sink_f_impl.cc index 5418eca9ec..359854593a 100644 --- a/gr-qtgui/lib/freq_sink_f_impl.cc +++ b/gr-qtgui/lib/freq_sink_f_impl.cc @@ -265,6 +265,13 @@ namespace gr { } void + freq_sink_f_impl::set_y_label(const std::string &label, + const std::string &unit) + { + d_main_gui->setYLabel(label, unit); + } + + void freq_sink_f_impl::set_update_time(double t) { //convert update time to ticks |