From 8055879242b43500c49e8ea8d4035687d13f9fae Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 4 Mar 2020 15:23:28 -0800 Subject: uhd: paths: Add get_cal_data_path() API call This points to the location where cal data is stored. --- host/include/uhd/utils/paths.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/utils/paths.hpp b/host/include/uhd/utils/paths.hpp index e5b451542..f55f584a5 100644 --- a/host/include/uhd/utils/paths.hpp +++ b/host/include/uhd/utils/paths.hpp @@ -29,6 +29,9 @@ UHD_API std::string get_lib_path(void); //! Get a string representing the system's pkg directory UHD_API std::string get_pkg_path(void); +//! Get a string representing the location of the calibration database +UHD_API std::string get_cal_data_path(void); + //! Get UHD library paths UHD_API std::vector get_module_paths(void); -- cgit v1.2.3