Commit graph

8 commits

Author SHA1 Message Date
Martin Braun
99c2730bc9 Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types)
- Also removes all references to boost/cstdint.hpp and replaces it with
  stdint.h (The 'correct' replacement would be <cstdint>, but not all of our
  compilers support that).
2016-11-08 08:02:22 -08:00
Martin Braun
a3454891c9 usb: usb_dummy made to match usb_control and usb_zero_copy 2016-08-02 08:19:22 -07:00
Ashish Chaudhari
4b731b9b10 bugfix: UHD does not build in msvc when USB feature is disabled 2014-10-14 13:50:09 -07:00
Josh Blum
c35462adaf usb: added interface args to usb abstractions 2011-09-19 16:14:12 -07:00
Josh Blum
4357f5d3c0 uhd: replaced instanced of std::exception with the uhd exceptions 2011-02-24 16:35:29 -08:00
Josh Blum
20a524d1a0 uhd: moved exception to top level include 2011-02-24 14:18:52 -08:00
Josh Blum
0cd5375b5c uhd: replaced frame params for the zero copy interfaces with a device address
the device address gives a key, value pair of infinite optional capabilities

added a cast option to the device address to cast string to type T

added call to the zero_copy_if to get send and recv frame sizes

changed the usrp2 impl to calculate recv/send spp from the data transport
2010-10-05 10:30:28 -07:00
Josh Blum
50ff7e4d3b usb: added dummy usb implementation for building without usb (throw, not segfault) 2010-10-04 16:34:24 -07:00