11#include <boost/filesystem.hpp> 
   15namespace fs = boost::filesystem;
 
   66    const std::string& image_name, 
const std::string& search_paths = 
"");
 
   82    const std::string& name, 
const std::string& args = 
"");
 
#define UHD_API
Definition: config.h:70
 
Definition: build_info.hpp:12
 
UHD_API std::vector< fs::path > get_module_paths(void)
Get UHD library paths.
 
UHD_API std::string find_image_path(const std::string &image_name, const std::string &search_paths="")
 
UHD_API std::string get_pkg_path(void)
Get a string representing the system's pkg directory.
 
UHD_API std::string get_lib_path(void)
Get a string representing the system's library directory.
 
UHD_API std::string get_images_dir(const std::string &search_paths)
 
UHD_API std::string get_cal_data_path(void)
Get a string representing the location of the calibration database.
 
UHD_API std::string print_utility_error(const std::string &name, const std::string &args="")
 
UHD_API std::string find_utility(const std::string &name)
 
UHD_API std::string get_tmp_path(void)
Get a string representing the system's temporary directory.