Age | Commit message (Collapse) | Author |
|
|
|
serial
|
|
|
|
|
|
|
|
user's UHD version and USRP configuration
|
|
|
|
|
|
enough version of UHD
|
|
list_property_tree and get_usrp_info functions
|
|
Conflicts:
CMakeLists.txt
|
|
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
|
|
|
|
|
|
|
|
Conflicts:
gr-uhd/swig/uhd_swig.i
|
|
|
|
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more than just setting the scalar.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
program looks like it's working again.
|
|
|
|
siggen apps.
|