Updates to C++ and Python APIs:
[debian/gnuradio] / gr-usrp2 / src / usrp2_base.h
index bfd1dce0949e9bb57ee109666b02ca57da3dc13e..67a62ba10643fb30ed68056e4d53608f0ffdc9c3 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2008 Free Software Foundation, Inc.
+ * Copyright 2008,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -63,11 +63,21 @@ public:
    */
   bool fpga_master_clock_freq(long *freq) const;
 
+  /*!
+   * \brief MIMO configuration
+   */
+  bool config_mimo(int flags);
+  
   /*!
    * \brief Set master time to 0 at next PPS rising edge
    */
   bool sync_to_pps();
 
+  /*!
+   * Reset master time to 0 at every PPS edge
+   */
+  bool sync_every_pps(bool enable);
+
   /*!
    * \brief Read memory from Wishbone bus as words
    */