uhd/host/python
Martin Braun e806238b27 python: Export UHD paths utility functions
All of the functions defined in uhd/utils/paths.hpp are now available in
Python, with the exception of get_module_paths().

    #!/usr/bin/env python3
    import uhd
    print(uhd.get_lib_path()) # Prints location of libuhd
2020-03-12 07:27:46 -05:00
..
uhd python: Export UHD paths utility functions 2020-03-12 07:27:46 -05:00
CMakeLists.txt python: Arrange file in Python module into uhd/ subdirectory 2020-03-10 07:15:08 -05:00
pyuhd.cpp python: Export UHD paths utility functions 2020-03-12 07:27:46 -05:00
setup.py.in python: cmake: Use native format for setup.py 2019-02-25 15:20:47 -08:00