aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/usrp_e_iface.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-03 19:30:00 +0000
committerJosh Blum <josh@joshknows.com>2010-06-03 19:30:00 +0000
commit551426b72672379faa56302eb3d3e19d12c41aec (patch)
treeaad9a722c74b86f42e662ced1abd9b9409fa9868 /host/lib/usrp/usrp_e/usrp_e_iface.hpp
parentf1529463174883f6c830acbfd52cd52ed4755971 (diff)
downloaduhd-551426b72672379faa56302eb3d3e19d12c41aec.tar.gz
uhd-551426b72672379faa56302eb3d3e19d12c41aec.tar.bz2
uhd-551426b72672379faa56302eb3d3e19d12c41aec.zip
work on io impl for usrp-e using read/write
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_iface.hpp')
-rw-r--r--host/lib/usrp/usrp_e/usrp_e_iface.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_iface.hpp b/host/lib/usrp/usrp_e/usrp_e_iface.hpp
index 6363a24b2..59aac43d9 100644
--- a/host/lib/usrp/usrp_e/usrp_e_iface.hpp
+++ b/host/lib/usrp/usrp_e/usrp_e_iface.hpp
@@ -50,6 +50,12 @@ public:
static sptr make(const std::string &node);
/*!
+ * Get the underlying file descriptor.
+ * \return the file descriptor
+ */
+ virtual int get_file_descriptor(void) = 0;
+
+ /*!
* Perform an ioctl call on the device node file descriptor.
* This will throw when the internal ioctl call fails.
* \param request the control word