SoapySDR  0.3.0-g02fc7af6
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
Version.h File Reference
#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)
 

Detailed Description

Utility functions to query version information.

Macro Definition Documentation

#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

Function Documentation

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.