diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-15 19:12:41 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-15 19:12:41 -0700 |
commit | e7d4233a94571a2479b21bc081567214c38cc155 (patch) | |
tree | 7d984d22865f9171d392af7a46a63f54f0d52c29 /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | 5c0d3d30606b25c72c98785d49c13cc27ad49ec1 (diff) | |
download | uhd-e7d4233a94571a2479b21bc081567214c38cc155.tar.gz uhd-e7d4233a94571a2479b21bc081567214c38cc155.tar.bz2 uhd-e7d4233a94571a2479b21bc081567214c38cc155.zip |
usrp1: add skeleton code for setting subdev spec
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index 84ec26827..5166f989f 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -25,6 +25,7 @@ #include <uhd/types/otw_type.hpp> #include <uhd/types/clock_config.hpp> #include <uhd/types/stream_cmd.hpp> +#include <uhd/usrp/subdev_spec.hpp> #include <uhd/usrp/dboard_eeprom.hpp> #include <uhd/usrp/dboard_manager.hpp> #include <uhd/transport/usb_zero_copy.hpp> @@ -131,6 +132,7 @@ private: //configuration shadows uhd::clock_config_t _clock_config; + uhd::usrp::subdev_spec_t _rx_subdev_spec, _tx_subdev_spec; //clock control usrp1_clock_ctrl::sptr _clock_ctrl; |