summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/freq_sink_c_impl.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-02-14 08:13:33 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-02-14 08:13:33 -0800
commit64f3b70cf135a8641a0271ee27b431e05a8df97b (patch)
treeb2ddf7f6320d4db56edf7fe09b926960d4e7ddb3 /gr-qtgui/lib/freq_sink_c_impl.h
parentb5418e25712930d9d5603875c4def24746d78c24 (diff)
parent311066b32ab653dc60890e94fd8303cd041ee173 (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.h1
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);