diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-07-09 16:56:34 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-29 16:50:34 -0700 |
commit | 9813505968e3c9beb1c8f16116cd8665524992b6 (patch) | |
tree | f9b66313c6a138dbabeb7f113e1e6ce802a1a22d /host/lib/usrp/e300/e300_impl.hpp | |
parent | e94223d4b5db34b407a72f9aed56fe3ef4eeec75 (diff) | |
download | uhd-9813505968e3c9beb1c8f16116cd8665524992b6.tar.gz uhd-9813505968e3c9beb1c8f16116cd8665524992b6.tar.bz2 uhd-9813505968e3c9beb1c8f16116cd8665524992b6.zip |
ad9361/b200/e300: Refactored AD936x + perifs management
- Created AD936x manager class
- Moved functionality from B2x0 and E310 into manager
- Separated property tree + perifs initialization in both device classes
Diffstat (limited to 'host/lib/usrp/e300/e300_impl.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/e300/e300_impl.hpp b/host/lib/usrp/e300/e300_impl.hpp index 3ed133489..d61b95387 100644 --- a/host/lib/usrp/e300/e300_impl.hpp +++ b/host/lib/usrp/e300/e300_impl.hpp @@ -40,6 +40,7 @@ #include "rx_dsp_core_3000.hpp" #include "tx_dsp_core_3000.hpp" #include "ad9361_ctrl.hpp" +#include "ad936x_manager.hpp" #include "gpio_core_200.hpp" #include "e300_global_regs.hpp" @@ -288,6 +289,7 @@ private: // members radio_perifs_t _radio_perifs[2]; double _tick_rate; ad9361_ctrl::sptr _codec_ctrl; + ad936x_manager::sptr _codec_mgr; fe_control_settings_t _settings; global_regs::sptr _global_regs; e300_sensor_manager::sptr _sensor_manager; |