SoapySDR  0.1.0
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Version.h
Go to the documentation of this file.
1 
11 #pragma once
12 #include <SoapySDR/Config.h>
13 
17 #define SOAPY_SDR_ABI_VERSION "0.1-3"
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
26 SOAPY_SDR_API const char *SoapySDR_getAPIVersion(void);
27 
32 SOAPY_SDR_API const char *SoapySDR_getABIVersion(void);
33 
34 #ifdef __cplusplus
35 }
36 #endif
SOAPY_SDR_API const char * SoapySDR_getAPIVersion(void)
SOAPY_SDR_API const char * SoapySDR_getABIVersion(void)
#define SOAPY_SDR_API
Definition: Config.h:41