 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
7 #ifndef INCLUDED_UHD_BUILD_INFO_HPP
8 #define INCLUDED_UHD_BUILD_INFO_HPP
13 namespace uhd {
namespace build_info {
const UHD_API std::string boost_version()
Return the version of Boost this build was built with.
const UHD_API std::string cxx_compiler()
Return the C++ compiler used for this build.
const UHD_API std::string cxx_flags()
Return the C++ flags passed into this build.
const UHD_API std::string build_date()
Return the date and time (GMT) this UHD build was built.
const UHD_API std::string c_flags()
Return the C flags passed into this build.
#define UHD_API
Definition: config.h:68
const UHD_API std::string enabled_components()
Return the UHD components enabled for this build, comma-delimited.
const UHD_API std::string c_compiler()
Return the C compiler used for this build.
Definition: build_info.hpp:13
const UHD_API std::string install_prefix()
Return the default CMake install prefix for this build.
const UHD_API std::string libusb_version()
Return the version of libusb this build was built with.