USRP Hardware Driver and USRP Manual  Version: 4.8.0.HEAD-22-g308126a4
UHD and USRP Manual
version.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2010-2016 Ettus Research LLC
3 // Copyright 2018 Ettus Research, a National Instruments Company
4 //
5 // SPDX-License-Identifier: GPL-3.0-or-later
6 //
7 
8 #pragma once
9 
16 #define UHD_VERSION_ABI_STRING "4.8.0"
17 
18 // clang-format off
24 #define UHD_VERSION 4080099
25 
26 #ifdef __cplusplus
27 #include <uhd/config.hpp>
28 #include <string>
29 
30 // clang-format on
31 
32 namespace uhd {
33 
35 UHD_API std::string get_version_string(void);
36 
38 UHD_API std::string get_abi_string(void);
39 
41 UHD_API std::string get_component(void);
42 
43 } // namespace uhd
44 #endif
#define UHD_API
Definition: include/uhd/config.h:87
Definition: build_info.hpp:12