diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-24 16:31:23 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-24 16:31:23 -0700 |
commit | 39943a5b0c3c210babfd6e62711ea4bf3133866b (patch) | |
tree | 1380a4d28f55742c7e654bc585988ee45afec2c8 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 71169b8e030d984220eadde83c4b40481f97cf6b (diff) | |
download | uhd-39943a5b0c3c210babfd6e62711ea4bf3133866b.tar.gz uhd-39943a5b0c3c210babfd6e62711ea4bf3133866b.tar.bz2 uhd-39943a5b0c3c210babfd6e62711ea4bf3133866b.zip |
Added support to set GPIO pins from dboard interface:
write gpio and set pin control (atr or gpio)
Added property to get dboard interface from the dboard obj.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index afea9683c..7948a2069 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -169,6 +169,7 @@ private: //rx and tx dboard methods and objects uhd::usrp::dboard_manager::sptr _dboard_manager; + uhd::usrp::dboard_iface::sptr _dboard_iface; void dboard_init(void); //properties for the mboard |