diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-15 18:51:49 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-15 18:51:49 -0700 |
commit | 615af6ca98c259460517c71647235b102978b5a1 (patch) | |
tree | 0540eebbac9ed688fe68d80eeb5ce86434c9be84 /host/lib/usrp/usrp_e100/usrp_e100_iface.hpp | |
parent | 0994660d2434e0072590e883439ba29f678aac93 (diff) | |
download | uhd-615af6ca98c259460517c71647235b102978b5a1.tar.gz uhd-615af6ca98c259460517c71647235b102978b5a1.tar.bz2 uhd-615af6ca98c259460517c71647235b102978b5a1.zip |
e100: dual dsp support (compiles, not tested)
Diffstat (limited to 'host/lib/usrp/usrp_e100/usrp_e100_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e100/usrp_e100_iface.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp b/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp index 7df99cf4e..c7fa13393 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_iface.hpp @@ -50,6 +50,11 @@ public: */ static sptr make(void); + //! TODO implement this for multiple hardwares revs in the future + std::string get_cname(void){ + return "USRP-E100"; + } + /*! * Get the underlying file descriptor. * \return the file descriptor |