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
|
|
Conflicts:
gr-uhd/lib/Makefile.am
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nick Foster owes Nick Corgan a six-pack of beer!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
|