USRP Hardware Driver and USRP Manual  Version: 4.8.0.HEAD-22-g308126a4
UHD and USRP Manual
version.hpp File Reference

Go to the source code of this file.

Macros

#define UHD_VERSION_ABI_STRING   "4.8.0"
 
#define UHD_VERSION   4080099
 

Macro Definition Documentation

◆ UHD_VERSION

#define UHD_VERSION   4080099

A macro to check UHD version at compile-time. The value of this macro is MAJOR * 1000000 + API * 10000 + ABI * 100 + PATCH (e.g., for UHD 3.10.0.1 this is 3100001).

◆ UHD_VERSION_ABI_STRING

#define UHD_VERSION_ABI_STRING   "4.8.0"

The ABI version string that the client application builds against. Call get_abi_string() to check this against the library build. The format is oldest API compatible release - ABI compat number. The compatibility number allows pre-release ABI to be versioned.