Merged features/inband-usb -r6431:8293 into trunk.
[debian/gnuradio] / usrp / host / lib / inband / usrp_rx.h
index e1a90a78135b24f6c6b3726052ca436841a155f4..10104bd665acddb6bab51028a647e3adde0f71c5 100644 (file)
@@ -26,6 +26,8 @@
 
 class usrp_standard_rx;
 
+extern bool usrp_rx_stop;   // used to communicate a 'stop' to the RX stub
+
 /*!
  * \brief Implements the low level usb interface to the USRP
  */
@@ -35,7 +37,9 @@ class usrp_rx : public mb_mblock
   usrp_standard_rx     *d_urx;
   
   bool d_disk_write;
-  std::ofstream d_ofile;
+  bool d_disk_write_pkt;
+  std::ofstream d_ofile0;
+  std::ofstream d_ofile1;
   std::ofstream d_cs_ofile;
   
  public: