USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
uhd::build_info Namespace Reference

Functions

UHD_API const std::string boost_version ()
 Return the version of Boost this build was built with. More...
 
UHD_API const std::string build_date ()
 Return the date and time (GMT) this UHD build was built. More...
 
UHD_API const std::string c_compiler ()
 Return the C compiler used for this build. More...
 
UHD_API const std::string cxx_compiler ()
 Return the C++ compiler used for this build. More...
 
UHD_API const std::string c_flags ()
 Return the C flags passed into this build. More...
 
UHD_API const std::string cxx_flags ()
 Return the C++ flags passed into this build. More...
 
UHD_API const std::string enabled_components ()
 Return the UHD components enabled for this build, comma-delimited. More...
 
UHD_API const std::string install_prefix ()
 Return the default CMake install prefix for this build. More...
 
UHD_API const std::string libusb_version ()
 Return the version of libusb this build was built with. More...
 

Function Documentation

◆ boost_version()

UHD_API const std::string uhd::build_info::boost_version ( )

Return the version of Boost this build was built with.

◆ build_date()

UHD_API const std::string uhd::build_info::build_date ( )

Return the date and time (GMT) this UHD build was built.

◆ c_compiler()

UHD_API const std::string uhd::build_info::c_compiler ( )

Return the C compiler used for this build.

◆ c_flags()

UHD_API const std::string uhd::build_info::c_flags ( )

Return the C flags passed into this build.

◆ cxx_compiler()

UHD_API const std::string uhd::build_info::cxx_compiler ( )

Return the C++ compiler used for this build.

◆ cxx_flags()

UHD_API const std::string uhd::build_info::cxx_flags ( )

Return the C++ flags passed into this build.

◆ enabled_components()

UHD_API const std::string uhd::build_info::enabled_components ( )

Return the UHD components enabled for this build, comma-delimited.

◆ install_prefix()

UHD_API const std::string uhd::build_info::install_prefix ( )

Return the default CMake install prefix for this build.

◆ libusb_version()

UHD_API const std::string uhd::build_info::libusb_version ( )

Return the version of libusb this build was built with.