Go to the source code of this file.
Macros | |
| #define | UHD_VERSION_ABI_STRING "4.7.0" |
| #define | UHD_VERSION 4070099 |
| #define UHD_VERSION 4070099 |
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).
| #define UHD_VERSION_ABI_STRING "4.7.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.