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_c_impl.h | |
parent | b5418e25712930d9d5603875c4def24746d78c24 (diff) | |
parent | 311066b32ab653dc60890e94fd8303cd041ee173 (diff) |
Merge remote-tracking branch 'daulpavid/freqsink_change'
Diffstat (limited to 'gr-qtgui/lib/freq_sink_c_impl.h')
-rw-r--r-- | gr-qtgui/lib/freq_sink_c_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/lib/freq_sink_c_impl.h b/gr-qtgui/lib/freq_sink_c_impl.h index 8da193bf29..7eec1ba10c 100644 --- a/gr-qtgui/lib/freq_sink_c_impl.h +++ b/gr-qtgui/lib/freq_sink_c_impl.h @@ -123,6 +123,7 @@ namespace gr { void set_update_time(double t); void set_title(const std::string &title); + void set_y_label(const std::string &label, const std::string &unit); void set_line_label(int which, const std::string &label); void set_line_color(int which, const std::string &color); void set_line_width(int which, int width); |