Age | Commit message (Collapse) | Author |
|
|
|
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 reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655.
|
|
|
|
|
|
|
|
The uhd block implementations now inherit from sync block.
And the redundant constructor in source/sink has been removed.
|
|
|
|
|
|
|
|
|