summaryrefslogtreecommitdiff
path: root/usrp2
diff options
context:
space:
mode:
authoreb2009-05-22 21:22:22 +0000
committereb2009-05-22 21:22:22 +0000
commit5a4b9ba9af590b2a269cb3e5872c85faa7c284d1 (patch)
tree2049863d006e7bf3265d16975f8a784ef7ad1407 /usrp2
parentc6935bf1775ae73edf525376b79aeafc05f673b1 (diff)
downloadgnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.tar.gz
gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.tar.bz2
gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.zip
Doc fixes.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/host/include/usrp2/usrp2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h
index af1297b9a..7a612f945 100644
--- a/usrp2/host/include/usrp2/usrp2.h
+++ b/usrp2/host/include/usrp2/usrp2.h
@@ -89,6 +89,7 @@ namespace usrp2 {
* \param addr Network mac address, e.g., "01:23:45:67:89:ab", "89:ab" or "".
* If \p addr is HH:HH, it's treated as if it were 00:50:c2:85:HH:HH
* "" will autoselect a USRP2 if there is only a single one on the local ethernet.
+ * \param rx_bufsize is the length in bytes of the kernel networking buffer to allocate.
*/
static sptr make(const std::string &ifc, const std::string &addr="", size_t rx_bufsize=0);