summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-08 17:22:37 -0800
committerJosh Blum <josh@joshknows.com>2010-11-08 17:22:37 -0800
commit81c9f77306dc82f250bfb2871b8bd7db67a40085 (patch)
treeb1f1ec0a6feb4d66aaa35be97ffa795b122b3673 /host/include
parent374f6ff05e66d10830a7567d2d793de2bf77c06b (diff)
downloaduhd-81c9f77306dc82f250bfb2871b8bd7db67a40085.tar.gz
uhd-81c9f77306dc82f250bfb2871b8bd7db67a40085.tar.bz2
uhd-81c9f77306dc82f250bfb2871b8bd7db67a40085.zip
usrp2: implemented clear state for RX and TX control, and zero sample command support
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/dsp_utils.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/include/uhd/usrp/dsp_utils.hpp b/host/include/uhd/usrp/dsp_utils.hpp
index 8ec04dd2f..5b81ce322 100644
--- a/host/include/uhd/usrp/dsp_utils.hpp
+++ b/host/include/uhd/usrp/dsp_utils.hpp
@@ -85,12 +85,9 @@ namespace dsp_type1{
/*!
* Calculate the stream command word from the stream command struct.
* \param stream_cmd the requested stream command with mode, flags, timestamp
- * \param num_samps_continuous number of samples to request in continuous mode
* \return the 32-bit stream command word
*/
- UHD_API boost::uint32_t calc_stream_cmd_word(
- const stream_cmd_t &stream_cmd, size_t num_samps_continuous
- );
+ UHD_API boost::uint32_t calc_stream_cmd_word(const stream_cmd_t &stream_cmd);
} //namespace dsp_type1