diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-08 01:58:10 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-08 01:58:10 +0000 |
commit | 29809e9697b052fa1d0cd2109c8bd5f9af178cfa (patch) | |
tree | f4d722dbf7d0278d715e713d30e271ab9343a1b9 /host/lib/usrp/usrp_e/usrp_e_iface.hpp | |
parent | 6ef09d18def4afdd6413188ab63ee38dbae4e9d8 (diff) | |
download | uhd-29809e9697b052fa1d0cd2109c8bd5f9af178cfa.tar.gz uhd-29809e9697b052fa1d0cd2109c8bd5f9af178cfa.tar.bz2 uhd-29809e9697b052fa1d0cd2109c8bd5f9af178cfa.zip |
moved open/close into iface, work on codec tx
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_iface.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_iface.hpp b/host/lib/usrp/usrp_e/usrp_e_iface.hpp index 016d7448f..6363a24b2 100644 --- a/host/lib/usrp/usrp_e/usrp_e_iface.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_iface.hpp @@ -44,10 +44,10 @@ public: /*! * Make a new usrp-e interface with the control transport. - * \param node_fd the file descriptor for the kernel module node + * \param node the device node name * \return a new usrp-e interface object */ - static sptr make(int node_fd); + static sptr make(const std::string &node); /*! * Perform an ioctl call on the device node file descriptor. |