USRP Hardware Driver and USRP Manual  Version: 4.9.0.HEAD-11-gcf78e1cf
UHD and USRP Manual
version.hpp File Reference

Go to the source code of this file.

Macros

#define UHD_VERSION_ABI_STRING   "4.9.0"
 
#define UHD_VERSION   4090099
 

Macro Definition Documentation

◆ UHD_VERSION

#define UHD_VERSION   4090099

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.9.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.