Expose flowgraph debugging dump as gr.top_block.dump(). May or may not be suitable...
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_top_block_impl.h
index 1868cffd6fd1312a306f64858c959bddab672fa8..abdfa9964b088330f7e3912e6d17d4dd32b51668 100644 (file)
@@ -54,6 +54,9 @@ public:
   // Unlock the top block at end of reconfiguration
   void unlock();
 
+  // Dump the flowgraph to stdout
+  void dump();
+
   // Return true if flowgraph is running
   bool is_running() const { return d_running; }