![]() |
SoapySDR
0.3.0-g02fc7af6
Vendor and platform neutral SDR interface library
|
#include <SoapySDR/Config.h>Go to the source code of this file.
Macros | |
| #define | SOAPY_SDR_ABI_VERSION "0.3-0" |
| #define | SOAPY_SDR_API_HAS_MASKED_GPIO |
| #define | SOAPY_SDR_API_HAS_CHANNEL_SENSORS |
| #define | SOAPY_SDR_API_HAS_ERR_TO_STR |
| #define | SOAPY_SDR_API_HAS_CORRECTIONS_QUERY |
Functions | |
| SOAPY_SDR_API const char * | SoapySDR_getAPIVersion (void) |
| SOAPY_SDR_API const char * | SoapySDR_getABIVersion (void) |
Utility functions to query version information.
| #define SOAPY_SDR_ABI_VERSION "0.3-0" |
ABI Version Information - incremented when the ABI is changed.
| #define SOAPY_SDR_API_HAS_CHANNEL_SENSORS |
Compatibility define for channel sensors access API
| #define SOAPY_SDR_API_HAS_CORRECTIONS_QUERY |
Compatibility define for corrections support checks
| #define SOAPY_SDR_API_HAS_ERR_TO_STR |
Compatibility define for error to string function
| #define SOAPY_SDR_API_HAS_MASKED_GPIO |
Compatibility define for GPIO access API with masks
| SOAPY_SDR_API const char* SoapySDR_getABIVersion | ( | void | ) |
Get the ABI version string. This is the SOAPY_SDR_ABI_VERSION that the library was built against.
| SOAPY_SDR_API const char* SoapySDR_getAPIVersion | ( | void | ) |
Query the API version string.
1.8.6