diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-07 10:47:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:11 -0700 |
commit | 65fb4d225204b4ee2b7c73fc0ec393cfff9d6149 (patch) | |
tree | 7b7dac7e8bce49e9ef752f66f7944d61a4b454c2 /host/lib/usrp/usrp1/soft_time_ctrl.hpp | |
parent | 4c4f0810ef06be18e989b6933ff236ff97c13dd0 (diff) | |
download | uhd-65fb4d225204b4ee2b7c73fc0ec393cfff9d6149.tar.gz uhd-65fb4d225204b4ee2b7c73fc0ec393cfff9d6149.tar.bz2 uhd-65fb4d225204b4ee2b7c73fc0ec393cfff9d6149.zip |
usrp1: various tweaks related to streaming
Diffstat (limited to 'host/lib/usrp/usrp1/soft_time_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/soft_time_ctrl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/soft_time_ctrl.hpp b/host/lib/usrp/usrp1/soft_time_ctrl.hpp index e91aaf6a2..b92b51252 100644 --- a/host/lib/usrp/usrp1/soft_time_ctrl.hpp +++ b/host/lib/usrp/usrp1/soft_time_ctrl.hpp @@ -57,7 +57,7 @@ public: virtual size_t recv_post(rx_metadata_t &md, const size_t nsamps) = 0; //! Call before the internal send function - virtual bool send_pre(const tx_metadata_t &md, double &timeout) = 0; + virtual void send_pre(const tx_metadata_t &md, double &timeout) = 0; //! Issue a stream command to receive virtual void issue_stream_cmd(const stream_cmd_t &cmd) = 0; |