Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This should solve the case of stopping the receiver,
while leaving the work thread in a live state.
It also makes set stream time work for times > timeout.
|
|
This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa.
|
|
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
|
|
user's UHD version and USRP configuration
|
|
enough version of UHD
|
|
list_property_tree and get_usrp_info functions
|
|
|
|
SWIG/python cannot differentiate the calls set_dc_offset
with an complex number or a boolean paramater.
It seems to take the boolean as a complex number 1 or 0.
Since the overloading is not working right:
renamed set_dc_offset to set_auto_dc_offset
for the boolean enable/disable paramater
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is useful for re-running the flowgraph,
and avoids the problem of old data on the next run.
|
|
|
|
|
|
The code section that used this variable was removed in
Commit 081497e7 "uhd: work on gr_uhd_source work() function to reduce latency"
|
|
|
|
|
|
The uhd block implementations now inherit from sync block.
And the redundant constructor in source/sink has been removed.
|
|
Wait on a single packet to become ready, then receive available packets without timeout.
|
|
|
|
|
|
|
|
|