Merged r10383:10390 from jcorgan/u2-wip into trunk.
[debian/gnuradio] / gr-usrp2 / src / usrp2_source_base.h
index 998a022dadc034a786b60f5fcdec0c157737ce8c..f98d329fde7836c874417fb996a2969c57016384 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
  * 
@@ -45,6 +45,11 @@ public:
    */
   bool set_gain(double gain);
 
+  /*!
+   * \brief Set receive LO offset frequency
+   */
+  bool set_lo_offset(double frequency);
+
   /*!
    * \brief Set receiver center frequency
    */