aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/pwr_cal_mgr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.