USRP Hardware Driver and USRP Manual  Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
build_info.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2015 National Instruments Corp.
3 //
4 // SPDX-License-Identifier: GPL-3.0-or-later
5 //
6 
7 #pragma once
8 
9 #include <uhd/config.hpp>
10 #include <string>
11 
12 namespace uhd { namespace build_info {
13 
15 UHD_API const std::string boost_version();
16 
18 UHD_API const std::string build_date();
19 
21 UHD_API const std::string c_compiler();
22 
24 UHD_API const std::string cxx_compiler();
25 
27 UHD_API const std::string c_flags();
28 
30 UHD_API const std::string cxx_flags();
31 
33 UHD_API const std::string enabled_components();
34 
36 UHD_API const std::string install_prefix();
37 
39 UHD_API const std::string libusb_version();
40 }} // namespace uhd::build_info
uhd::build_info::boost_version
const UHD_API std::string boost_version()
Return the version of Boost this build was built with.
uhd::build_info::cxx_compiler
const UHD_API std::string cxx_compiler()
Return the C++ compiler used for this build.
config.hpp
uhd::build_info::cxx_flags
const UHD_API std::string cxx_flags()
Return the C++ flags passed into this build.
uhd::build_info::build_date
const UHD_API std::string build_date()
Return the date and time (GMT) this UHD build was built.
uhd::build_info::c_flags
const UHD_API std::string c_flags()
Return the C flags passed into this build.
UHD_API
#define UHD_API
Definition: config.h:87
uhd::build_info::enabled_components
const UHD_API std::string enabled_components()
Return the UHD components enabled for this build, comma-delimited.
uhd::build_info::c_compiler
const UHD_API std::string c_compiler()
Return the C compiler used for this build.
uhd
Definition: build_info.hpp:12
uhd::build_info::install_prefix
const UHD_API std::string install_prefix()
Return the default CMake install prefix for this build.
uhd::build_info::libusb_version
const UHD_API std::string libusb_version()
Return the version of libusb this build was built with.