USRP Hardware Driver and USRP Manual  Version: 4.2.0.HEAD-1-g321295fb
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.2.0"
17 
23 #define UHD_VERSION 4020099
24 
25 #ifdef __cplusplus
26 #include <uhd/config.hpp>
27 #include <string>
28 
29 namespace uhd{
30 
32  UHD_API std::string get_version_string(void);
33 
35  UHD_API std::string get_abi_string(void);
36 
38  UHD_API std::string get_component(void);
39 
40 } //namespace uhd
41 #endif
Definition: build_info.hpp:12
#define UHD_API
Definition: include/uhd/config.h:87