aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/pwr_cal_mgr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* host: Update code base using clang-tidyMartin Braun2021-03-041-12/+12
| | | | | | | | | The checks from the new clang-tidy file are applied to the source tree using: $ find . -name "*.cpp" | sort -u | xargs \ --max-procs 8 --max-args 1 clang-tidy --format-style=file \ --fix -p /path/to/compile_commands.json
* fixup! lib: Add power cal managerMartin Braun2020-05-201-1/+2
| | | | | | - The tracking mode was not set to power when calling set_power() - The data consistency check had an inverted logic, thus always printing a warning
* lib: Add power cal managerMartin Braun2020-05-191-0/+274
This is a utility class that can be used by USRP or daughterboard drivers to tie power calibration into their respective drivers.