summaryrefslogtreecommitdiff
path: root/gr-uhd/swig/__init__.py
AgeCommit message (Collapse)Author
2011-08-22gr-uhd: readd displaced alias for single_usrp_sinkThomas Tsou
Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block"
2011-08-19gr-uhd: add async metadata source blockThomas Tsou
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue.
2011-02-25uhd: added sensors api to gr-uhd blocks and swig supportJosh Blum
2011-02-15uhd: tweaks for swig/python init fileJosh Blum
2011-02-10uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum
2011-01-19uhd: swig up the device discoveryJosh Blum
2011-01-19uhd: make the repr and str installation more genericJosh Blum
2011-01-19uhd: use the actual device and io types, do hacks in the init.py, also use ↵Josh Blum
clock config convenience
2011-01-19uhd: added export macros (not used now) and updated copyright datesJosh Blum
2011-01-19uhd: swig + python tweaks to uhd typesJosh Blum
2011-01-19uhd: removed ranges template stuff, added some python polish in __init__.pyJosh Blum
2010-10-28uhd: make a tune_request_t that inherits from float for GRC, added docsJosh Blum
2010-02-26Created simple source (with nothing in it) and some swig build stuff.Josh Blum
Seems to work and compile