SoapySDR  0.5.4-g68d0793c
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 
29 #define SOAPY_SDR_API_VERSION 0x00050002
30 
38 #define SOAPY_SDR_ABI_VERSION "0.5-2"
39 
43 #define SOAPY_SDR_API_HAS_MASKED_GPIO
44 
48 #define SOAPY_SDR_API_HAS_CHANNEL_SENSORS
49 
53 #define SOAPY_SDR_API_HAS_ERR_TO_STR
54 
58 #define SOAPY_SDR_API_HAS_CORRECTIONS_QUERY
59 
63 #define SOAPY_SDR_API_HAS_CLOCK_RATES_QUERY
64 
68 #define SOAPY_SDR_API_HAS_AGC_MODE_QUERY
69 
73 #define SOAPY_SDR_API_HAS_STREAM_ARG_INFO
74 
78 #define SOAPY_SDR_API_HAS_SETTING_ARG_INFO
79 
83 #define SOAPY_SDR_API_HAS_QUERY_SENSOR_INFO
84 
88 #define SOAPY_SDR_API_HAS_QUERY_TUNE_ARG_INFO
89 
93 #define SOAPY_SDR_API_HAS_NATIVE_STREAM_FORMAT
94 
98 #define SOAPY_SDR_API_HAS_SET_LOG_LEVEL
99 
103 #define SOAPY_SDR_API_HAS_FORMAT_DEFINES
104 
108 #define SOAPY_SDR_API_HAS_CHANNEL_SETTINGS
109 
113 #define SOAPY_SDR_API_HAS_GET_BANDWIDTH_RANGE
114 
118 #define SOAPY_SDR_API_HAS_GET_CHANNEL_INFO
119 
123 #define SOAPY_SDR_API_HAS_NAMED_REGISTER_API
124 
125 #ifdef __cplusplus
126 extern "C" {
127 #endif
128 
134 SOAPY_SDR_API const char *SoapySDR_getAPIVersion(void);
135 
143 SOAPY_SDR_API const char *SoapySDR_getABIVersion(void);
144 
151 SOAPY_SDR_API const char *SoapySDR_getLibVersion(void);
152 
153 #ifdef __cplusplus
154 }
155 #endif
SOAPY_SDR_API const char * SoapySDR_getAPIVersion(void)
SOAPY_SDR_API const char * SoapySDR_getLibVersion(void)
SOAPY_SDR_API const char * SoapySDR_getABIVersion(void)
#define SOAPY_SDR_API
Definition: Config.h:41