aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/io_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-2/+2
| | | | | | | | | Created new type ref_vector for representing a vector of pointers. Can be created from std::vector or a pointer. Removes the convenience constrcutors for send/recv, its not needed. Removes malloc/free overhead when using send/recv with pointer.
* uhd: change bounded_buffer implementation and code using itJosh Blum2011-02-051-10/+9
| | | | | | | The bounded buffer now uses the detail idiom to hide implementation to inline better. The whole sptr/make idiom was removed from bounded buffer to just construct directly. The code using bounded buffer was changed for the new api: replaces access operators and calls to the factory function.
* usrp-e100: updated for building with nextJosh Blum2010-11-231-3/+1
|
* usrp-e100: renamed files and classes in usrp-e100 to e100 nameJosh Blum2010-11-091-19/+19
|
* usrp_e: renamed directory to usrp_e100 to reflect product nameJosh Blum2010-11-091-0/+272