SoapySDR  0.1.0
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.1-3"
 

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.1-3"

ABI Version Information - incremented when the ABI is changed.

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.