SoapySDR
0.8.0-gab626068
Vendor and platform neutral SDR interface library
Version.h
Go to the documentation of this file.
1
13
#pragma once
14
#include <
SoapySDR/Config.h
>
15
30
#define SOAPY_SDR_API_VERSION 0x00080000
31
39
#define SOAPY_SDR_ABI_VERSION "0.8"
40
44
#define SOAPY_SDR_API_HAS_MASKED_GPIO
45
49
#define SOAPY_SDR_API_HAS_CHANNEL_SENSORS
50
54
#define SOAPY_SDR_API_HAS_ERR_TO_STR
55
59
#define SOAPY_SDR_API_HAS_CORRECTIONS_QUERY
60
64
#define SOAPY_SDR_API_HAS_CLOCK_RATES_QUERY
65
69
#define SOAPY_SDR_API_HAS_AGC_MODE_QUERY
70
74
#define SOAPY_SDR_API_HAS_STREAM_ARG_INFO
75
79
#define SOAPY_SDR_API_HAS_SETTING_ARG_INFO
80
84
#define SOAPY_SDR_API_HAS_QUERY_SENSOR_INFO
85
89
#define SOAPY_SDR_API_HAS_QUERY_TUNE_ARG_INFO
90
94
#define SOAPY_SDR_API_HAS_NATIVE_STREAM_FORMAT
95
99
#define SOAPY_SDR_API_HAS_SET_LOG_LEVEL
100
104
#define SOAPY_SDR_API_HAS_FORMAT_DEFINES
105
109
#define SOAPY_SDR_API_HAS_CHANNEL_SETTINGS
110
114
#define SOAPY_SDR_API_HAS_GET_BANDWIDTH_RANGE
115
119
#define SOAPY_SDR_API_HAS_GET_CHANNEL_INFO
120
124
#define SOAPY_SDR_API_HAS_NAMED_REGISTER_API
125
129
#define SOAPY_SDR_API_HAS_NAMED_REGISTERS_API
130
134
#define SOAPY_SDR_API_HAS_RANGE_TYPE_STEP
135
139
#define SOAPY_SDR_API_HAS_GET_SAMPLE_RATE_RANGE
140
144
#define SOAPY_SDR_API_HAS_FREQUENCY_CORRECTION_API
145
149
#define SOAPY_SDR_API_HAS_IQ_BALANCE_MODE
150
154
#define SOAPY_SDR_API_HAS_REF_CLOCK_RATE_API
155
159
#define SOAPY_SDR_API_HAS_UNLOAD_MODULES_API
160
164
#define SOAPY_SDR_API_HAS_PARALLEL_STRING_MAKE
165
166
#ifdef __cplusplus
167
extern
"C"
{
168
#endif
169
175
SOAPY_SDR_API
const
char
*
SoapySDR_getAPIVersion
(
void
);
176
184
SOAPY_SDR_API
const
char
*
SoapySDR_getABIVersion
(
void
);
185
192
SOAPY_SDR_API
const
char
*
SoapySDR_getLibVersion
(
void
);
193
194
#ifdef __cplusplus
195
}
196
#endif
SOAPY_SDR_API
#define SOAPY_SDR_API
Definition:
Config.h:41
SoapySDR_getABIVersion
const SOAPY_SDR_API char * SoapySDR_getABIVersion(void)
SoapySDR_getAPIVersion
const SOAPY_SDR_API char * SoapySDR_getAPIVersion(void)
Config.h
SoapySDR_getLibVersion
const SOAPY_SDR_API char * SoapySDR_getLibVersion(void)
Generated on Sun Apr 25 2021 23:00:58 for SoapySDR by
1.8.17