12 namespace uhd {
namespace build_info {
UHD_API const std::string build_date()
Return the date and time (GMT) this UHD build was built.
UHD_API const std::string c_flags()
Return the C flags passed into this build.
UHD_API const std::string install_prefix()
Return the default CMake install prefix for this build.
UHD_API const std::string boost_version()
Return the version of Boost this build was built with.
UHD_API const std::string libusb_version()
Return the version of libusb this build was built with.
Definition: build_info.hpp:12
UHD_API const std::string c_compiler()
Return the C compiler used for this build.
UHD_API const std::string cxx_compiler()
Return the C++ compiler used for this build.
UHD_API const std::string cxx_flags()
Return the C++ flags passed into this build.
UHD_API const std::string enabled_components()
Return the UHD components enabled for this build, comma-delimited.
#define UHD_API
Definition: config.h:87