SoapySDR  0.5.0-g37c7ea4b
Vendor and platform neutral SDR interface library
Version.h
Go to the documentation of this file.
1 
12 #pragma once
13 #include <SoapySDR/Config.h>
14 
18 #define SOAPY_SDR_ABI_VERSION "0.5-2"
19 
23 #define SOAPY_SDR_API_HAS_MASKED_GPIO
24 
28 #define SOAPY_SDR_API_HAS_CHANNEL_SENSORS
29 
33 #define SOAPY_SDR_API_HAS_ERR_TO_STR
34 
38 #define SOAPY_SDR_API_HAS_CORRECTIONS_QUERY
39 
43 #define SOAPY_SDR_API_HAS_CLOCK_RATES_QUERY
44 
48 #define SOAPY_SDR_API_HAS_AGC_MODE_QUERY
49 
53 #define SOAPY_SDR_API_HAS_STREAM_ARG_INFO
54 
58 #define SOAPY_SDR_API_HAS_SETTING_ARG_INFO
59 
63 #define SOAPY_SDR_API_HAS_QUERY_SENSOR_INFO
64 
68 #define SOAPY_SDR_API_HAS_QUERY_TUNE_ARG_INFO
69 
73 #define SOAPY_SDR_API_HAS_NATIVE_STREAM_FORMAT
74 
78 #define SOAPY_SDR_API_HAS_SET_LOG_LEVEL
79 
83 #define SOAPY_SDR_API_HAS_FORMAT_DEFINES
84 
88 #define SOAPY_SDR_API_HAS_CHANNEL_SETTINGS
89 
93 #define SOAPY_SDR_API_HAS_GET_BANDWIDTH_RANGE
94 
98 #define SOAPY_SDR_API_HAS_GET_CHANNEL_INFO
99 
103 #define SOAPY_SDR_API_HAS_NAMED_REGISTER_API
104 
105 #ifdef __cplusplus
106 extern "C" {
107 #endif
108 
112 SOAPY_SDR_API const char *SoapySDR_getAPIVersion(void);
113 
118 SOAPY_SDR_API const char *SoapySDR_getABIVersion(void);
119 
120 #ifdef __cplusplus
121 }
122 #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