commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8320 - usrp2/trunk/firmware/lib


From: matt
Subject: [Commit-gnuradio] r8320 - usrp2/trunk/firmware/lib
Date: Wed, 7 May 2008 22:52:40 -0600 (MDT)

Author: matt
Date: 2008-05-07 22:52:39 -0600 (Wed, 07 May 2008)
New Revision: 8320

Modified:
   usrp2/trunk/firmware/lib/db_base.h
Log:
added a constructor


Modified: usrp2/trunk/firmware/lib/db_base.h
===================================================================
--- usrp2/trunk/firmware/lib/db_base.h  2008-05-08 04:51:56 UTC (rev 8319)
+++ usrp2/trunk/firmware/lib/db_base.h  2008-05-08 04:52:39 UTC (rev 8320)
@@ -54,6 +54,7 @@
   //! delay in clk ticks from when Tx fifo goes empty to when T/R switches
   uint32_t             atr_rx_delay;
 
+  bool (*init)(struct db_base *);
   bool (*set_freq)(struct db_base *, u2_fxpt_freq_t freq);
   bool (*set_gain)(struct db_base *, u2_fxpt_gain_t gain);
   bool (*set_tx_enable)(struct db_base *, bool on);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]