summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/flat_flowgraph.h
diff options
context:
space:
mode:
authorBill Clark <saikou@vt.edu>2015-04-01 20:53:17 -0400
committerBill Clark <saikou@vt.edu>2015-04-01 20:55:53 -0400
commita15fe0ebdf444e4ff7c060b72950cd98c7f3ec8a (patch)
tree879f3d8090dbba555e470df5b803071d478dcdee /gnuradio-runtime/lib/flat_flowgraph.h
parent7fe6115297c9d5d1d9220dc23bab96aa88b2b72d (diff)
gnuradio-runtime: added logger to flat_flowgraph and print out a warning for when the max_output_buffer isn't set to the requested value
Diffstat (limited to 'gnuradio-runtime/lib/flat_flowgraph.h')
-rw-r--r--gnuradio-runtime/lib/flat_flowgraph.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/flat_flowgraph.h b/gnuradio-runtime/lib/flat_flowgraph.h
index 6c299ee5f9..fad14279ae 100644
--- a/gnuradio-runtime/lib/flat_flowgraph.h
+++ b/gnuradio-runtime/lib/flat_flowgraph.h
@@ -26,6 +26,7 @@
#include <gnuradio/api.h>
#include <gnuradio/flowgraph.h>
#include <gnuradio/block.h>
+#include <gnuradio/logger.h>
namespace gr {
@@ -89,6 +90,9 @@ namespace gr {
* start and restarts.
*/
void setup_buffer_alignment(block_sptr block);
+
+ gr::logger_ptr d_logger;
+ gr::logger_ptr d_debug_logger;
};
} /* namespace gr */