Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-19 | Merge remote branch 'ttsou/async' | Johnathan Corgan | |
2011-08-19 | Revert "gr-uhd: post received async messages to user supplied msg queue" | Johnathan Corgan | |
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655. | |||
2011-08-19 | gr-uhd: add async metadata source block | Thomas 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-08-13 | gr-uhd: post received async messages to user supplied msg queue | Johnathan Corgan | |
2011-07-27 | Fixed doxygen warning in gr-uhd | Tom Rondeau | |
2011-07-26 | doxygen: fixed doxygen warnings. | Tom Rondeau | |
2011-04-18 | Expose named gain stages in gr-uhd via swig | Jason Abele | |
2011-03-28 | uhd: cleanup uhd usrp source/sink with virtual inheritance | Josh Blum | |
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed. | |||
2011-02-25 | uhd: added sensors api to gr-uhd blocks and swig support | Josh Blum | |
2011-02-25 | uhd: fix export typo and specify export define when building lib | Josh Blum | |
2011-02-11 | uhd: added mboard param to get time now and added get time last pps | Josh Blum | |
2011-02-10 | uhd: added set and get clock rates to gr-uhd blocks and grc wrappers | Josh Blum | |
2011-02-10 | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | |