diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-02 15:15:54 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-02 15:15:54 -0800 |
commit | b7ff81c9a8316bb0310d9291afe722c48b441f29 (patch) | |
tree | 7027d7399ad5787d7db25143721cf0fd7b126654 /host/lib/usrp/b100/b100_impl.hpp | |
parent | 5e972e7446edb79f8ed582970b2dff40a93919ae (diff) | |
download | uhd-b7ff81c9a8316bb0310d9291afe722c48b441f29.tar.gz uhd-b7ff81c9a8316bb0310d9291afe722c48b441f29.tar.bz2 uhd-b7ff81c9a8316bb0310d9291afe722c48b441f29.zip |
dsp rework: work on usb wrapper for smaller packets, large luts
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index 433f45aef..49a3139f0 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -1,5 +1,5 @@ // -// Copyright 2011 Ettus Research LLC +// Copyright 2011-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -52,6 +52,7 @@ static const boost::uint16_t B100_FPGA_COMPAT_NUM = 0x09; static const boost::uint32_t B100_RX_SID_BASE = 2; static const boost::uint32_t B100_TX_ASYNC_SID = 1; static const double B100_DEFAULT_TICK_RATE = 64e6; +static const size_t B100_MAX_PKT_BYTE_LIMIT = 2048; //! Make a b100 dboard interface uhd::usrp::dboard_iface::sptr make_b100_dboard_iface( |