UHD: USRP Async Msg Source: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
'''You probably don't need to use this block.''' | |||
When streaming to a USRP using a [[USRP Sink]] (i.e., when transmitting), there is a return | |||
path for messages from the USRP, such as underruns. These can be | |||
read out with this block. | |||
== Parameters == | == Parameters == | ||
; | ; Device Addr | ||
: | : USRP device address | ||
== Source Files == | == Source Files == | ||
; C++ | ; C++ files | ||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-uhd/lib/amsg_source_impl.cc] | |||
: [https://github.com/gnuradio/gnuradio | |||
; Header files | ; Header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-uhd/lib/amsg_source_impl.h] | ||
; Public header files | ; Public header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-uhd/include/gnuradio/uhd/amsg_source.h] | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-uhd/grc/uhd_amsg_source.block.yml] |
Latest revision as of 01:11, 19 May 2020
You probably don't need to use this block.
When streaming to a USRP using a USRP Sink (i.e., when transmitting), there is a return path for messages from the USRP, such as underruns. These can be read out with this block.
Parameters
- Device Addr
- USRP device address
Source Files
- C++ files
- [1]
- Header files
- [2]
- Public header files
- [3]
- Block definition
- [4]