summaryrefslogtreecommitdiff
path: root/gr-uhd/python/qa_uhd.py
Commit message (Collapse)AuthorAgeFilesLines
* uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-041-52/+0
| | | | uninstalled import works with recent changes.
* uhd: swig fix for stream args channel comprehensionJosh Blum2013-05-221-0/+12
| | | | | | | | * added %template entries for swig * added python qa tests for channels Tested on ubuntu 12.10 x64 Tested on ubuntu 11.04 x86
* uhd: 1. made a python directory for gr-uhd for tlc consistency.Tom Rondeau2013-04-151-0/+40
2. forcing use of builtin's map function so no confusion with pmt's map.