SoapySDR  0.4.4-gdb459f4f
Vendor and platform neutral SDR interface library
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.4-2"
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 
42 #define SOAPY_SDR_API_HAS_CLOCK_RATES_QUERY
43 
47 #define SOAPY_SDR_API_HAS_AGC_MODE_QUERY
48 
52 #define SOAPY_SDR_API_HAS_STREAM_ARG_INFO
53 
57 #define SOAPY_SDR_API_HAS_SETTING_ARG_INFO
58 
62 #define SOAPY_SDR_API_HAS_QUERY_SENSOR_INFO
63 
67 #define SOAPY_SDR_API_HAS_QUERY_TUNE_ARG_INFO
68 
72 #define SOAPY_SDR_API_HAS_NATIVE_STREAM_FORMAT
73 
77 #define SOAPY_SDR_API_HAS_SET_LOG_LEVEL
78 
82 #define SOAPY_SDR_API_HAS_FORMAT_DEFINES
83 
84 #ifdef __cplusplus
85 extern "C" {
86 #endif
87 
91 SOAPY_SDR_API const char *SoapySDR_getAPIVersion(void);
92 
97 SOAPY_SDR_API const char *SoapySDR_getABIVersion(void);
98 
99 #ifdef __cplusplus
100 }
101 #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