SoapySDR  0.3.0-g02fc7af6
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.3-0"
18 
22 #define SOAPY_SDR_API_HAS_MASKED_GPIO
23 
27 #define SOAPY_SDR_API_HAS_CHANNEL_SENSORS
28 
32 #define SOAPY_SDR_API_HAS_ERR_TO_STR
33 
37 #define SOAPY_SDR_API_HAS_CORRECTIONS_QUERY
38 
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 
46 SOAPY_SDR_API const char *SoapySDR_getAPIVersion(void);
47 
52 SOAPY_SDR_API const char *SoapySDR_getABIVersion(void);
53 
54 #ifdef __cplusplus
55 }
56 #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