summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/lib/utils.h')
-rw-r--r--gr-uhd/lib/utils.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/gr-uhd/lib/utils.h b/gr-uhd/lib/utils.h
index cf349e5aa..4a05476bd 100644
--- a/gr-uhd/lib/utils.h
+++ b/gr-uhd/lib/utils.h
@@ -23,6 +23,18 @@
#ifndef INCLUDED_NOINST_UTILS_H
#define INCLUDED_NOINST_UTILS_H
-void do_samp_rate_error_message(double target_rate, double actual_rate);
+#include <string>
+
+void do_samp_rate_error_message(
+ double target_rate,
+ double actual_rate,
+ const std::string &xx
+);
+
+void do_tune_freq_error_message(
+ double target_freq,
+ double actual_freq,
+ const std::string &xx
+);
#endif /* INCLUDED_NOINST_UTILS_H */