diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-09 18:38:27 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-09 18:38:27 -0800 |
commit | 073518083f2c7044d4b0c16948a192c5623d0752 (patch) | |
tree | 9d556497c1f6a1fae7356a4b34fe52371d94d162 /host/lib/usrp/usrp_e/usrp_e_impl.hpp | |
parent | 7824f130bd1296c78f5b0311d1c253f0476c6cab (diff) | |
download | uhd-073518083f2c7044d4b0c16948a192c5623d0752.tar.gz uhd-073518083f2c7044d4b0c16948a192c5623d0752.tar.bz2 uhd-073518083f2c7044d4b0c16948a192c5623d0752.zip |
usrp_e: use the transport to calculate the max spp (with a fix to init the xport first)
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_impl.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp index e55b46b80..b5f21810d 100644 --- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp @@ -86,13 +86,8 @@ public: size_t send(const std::vector<const void *> &, size_t, const uhd::tx_metadata_t &, const uhd::io_type_t &, send_mode_t, double); size_t recv(const std::vector<void *> &, size_t, uhd::rx_metadata_t &, const uhd::io_type_t &, recv_mode_t, double); bool recv_async_msg(uhd::async_metadata_t &, double); -#if 0 size_t get_max_send_samps_per_packet(void) const; size_t get_max_recv_samps_per_packet(void) const; -#else - size_t get_max_send_samps_per_packet(void) const{return 503;} - size_t get_max_recv_samps_per_packet(void) const{return 503;} -#endif private: //interface to ioctls and file descriptor |