Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -1/+1 |
| | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API. | ||||
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 1 | -1/+1 |
| | | | | instead of 0 and 1. | ||||
* | uhd: fixed 8sc item32 converter on head/tail cases | Josh Blum | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | uhd: updated examples to use new streamer interface | Josh Blum | 2011-11-03 | 1 | -5/+7 |
| | |||||
* | usrp-e100: add ability to set/get default master clock rate from EEPROM | Josh Blum | 2011-05-01 | 1 | -8/+1 |
| | | | | | | | | | Mboard eeprom map class can parse the setting (4 byte float). The clock control will try to set the eeprom rate if present, otherwise or under failure condition, it sets the default. Updated docs, example, and provided helpful verbose. I would prefer that users burn the desired rate to the eeprom (and they may too). | ||||
* | uhd: created rx_multi_samples for multi-channel example | Josh Blum | 2011-03-11 | 1 | -7/+1 |
| | |||||
* | uhd: cleanup/tweaks on timed samples examples | Josh Blum | 2011-03-11 | 1 | -25/+24 |
| | |||||
* | uhd: revert changes to rx_timed_samples | Josh Blum | 2011-03-10 | 1 | -10/+0 |
| | |||||
* | usrp1: safe destruction for usrp1 device | Josh Blum | 2011-03-10 | 1 | -0/+10 |
| | |||||
* | usrp-e100: combined clkconfig and fpga downloader into usrp-e-utility, ↵ | Josh Blum | 2011-01-31 | 1 | -1/+8 |
| | | | | simplified code | ||||
* | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -12/+13 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: use double for seconds in example apps so we can do partial seconds | Josh Blum | 2011-01-12 | 1 | -3/+3 |
| | |||||
* | uhd: added rx samples to udp example, cleaned up other examples, added gain ↵ | Josh Blum | 2010-10-27 | 1 | -7/+12 |
| | | | | options | ||||
* | uhd: added single usrp interface, added usrp1 properties to prop names | Josh Blum | 2010-09-20 | 1 | -3/+3 |
| | |||||
* | uhd: removed remaining template stuff from vrt packet handler, also tweaked ↵ | Josh Blum | 2010-07-26 | 1 | -3/+4 |
| | | | | format in rx timed samples | ||||
* | uhd: switch statements to handle error code, default md to error code none | Josh Blum | 2010-07-12 | 1 | -5/+17 |
| | |||||
* | uhd: added error codes to rx metadata, switched examples to use | Josh Blum | 2010-07-09 | 1 | -3/+6 |
| | | | | vrt packet handler fills in error codes and inspects non-data packet | ||||
* | uhd: added dilv option for timed examples, also made tx timed example fragment | Josh Blum | 2010-07-07 | 1 | -1/+4 |
| | |||||
* | uhd: replaced old send and recv with inline wrappers that take a single ↵ | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | | | | buffer and look more like the vectored send/recv | ||||
* | uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵ | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | | | | for simple and mimo usrp | ||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -5/+5 |
| | | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second. | ||||
* | uhd: created benchmark rx example app | Josh Blum | 2010-06-24 | 1 | -2/+2 |
| | | | | Made mods to time spec to support math operators. | ||||
* | uhd: working windows implementation of thread priority setting, added called ↵ | Josh Blum | 2010-06-16 | 1 | -0/+3 |
| | | | | to example apps | ||||
* | Added timeout error message to timed samples example. | Josh Blum | 2010-05-24 | 1 | -0/+4 |
| | | | | Added try catch to recv helper because vrt unpack can throw. | ||||
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -5/+8 |
| | | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet. | ||||
* | Created args string contructor for device address. | Josh Blum | 2010-04-20 | 1 | -5/+4 |
| | | | | | Using the args string for the find devices app. Added documentation to simple usrp. | ||||
* | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -1/+3 |
| | | | | removed the dict structure for each, we are just going to have one. | ||||
* | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | extended stream cmd with mode enum, and extended fragment flags in metadata | Josh Blum | 2010-04-03 | 1 | -3/+2 |
| | |||||
* | Moved usrp specific things into usrp directories and namespaces. | Josh Blum | 2010-04-01 | 1 | -2/+2 |
| | | | | | Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason. | ||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -1/+0 |
| | |||||
* | Added io type and otw type for describing types. | Josh Blum | 2010-03-30 | 1 | -1/+4 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -1/+2 |
| | | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all | ||||
* | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 1 | -5/+9 |
| | | | | | | | | | a zero length command (now, no chain) used to stop the streaming. Now it seems to do the reverse... must investigate. Made all clock configuration into enums. The strings were painful and there cant be that many variations that enums cant cover them. The enums will make more sense to developers than mystery strings. | ||||
* | Reorganized apps dir into utils and examples dir. | Josh Blum | 2010-03-23 | 1 | -0/+91 |
The files get installed into the pkg data directory. |