diff options
Diffstat (limited to 'usrp/host/include')
-rw-r--r-- | usrp/host/include/usrp/db_wbxng.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usrp/host/include/usrp/db_wbxng.h b/usrp/host/include/usrp/db_wbxng.h index 7f88c850b..9a7829278 100644 --- a/usrp/host/include/usrp/db_wbxng.h +++ b/usrp/host/include/usrp/db_wbxng.h @@ -40,8 +40,9 @@ public: double freq_max(); protected: + void _write_spi(std::string data); int _refclk_divisor(); - bool _lock_detect(); + bool _get_locked(); bool _set_pga(float pga_gain); bool d_first; @@ -50,7 +51,7 @@ protected: int d_power_on; int d_PD; - adf4350 *d_common; + boost::shared_ptr<adf4350> d_common; }; // ---------------------------------------------------------------- |