|
SoapySDR
0.8.0-gab626068
Vendor and platform neutral SDR interface library
|
Go to the documentation of this file.
20 #define SOAPY_SDR_TRUE "true"
23 #define SOAPY_SDR_FALSE "false"
#define SOAPY_SDR_API
Definition: Config.h:41
SOAPY_SDR_API void SoapySDRStrings_clear(char ***elems, const size_t length)
SOAPY_SDR_API void SoapySDRKwargsList_clear(SoapySDRKwargs *args, const size_t length)
char * value
Definition: Types.h:73
SOAPY_SDR_API int SoapySDRKwargs_set(SoapySDRKwargs *args, const char *key, const char *val)
char ** options
Definition: Types.h:101
SOAPY_SDR_API void SoapySDRArgInfo_clear(SoapySDRArgInfo *info)
SOAPY_SDR_API char * SoapySDRKwargs_toString(const SoapySDRKwargs *args)
Definition for a key/value string map.
Definition: Types.h:34
size_t numOptions
The size of the options set, or 0 when not used.
Definition: Types.h:95
char ** optionNames
Definition: Types.h:107
SoapySDRArgInfoType
Possible data types for argument info.
Definition: Types.h:54
@ SOAPY_SDR_ARG_INFO_INT
Definition: Types.h:57
SoapySDRArgInfoType type
The data type of the argument (required)
Definition: Types.h:85
SOAPY_SDR_API void SoapySDRKwargs_clear(SoapySDRKwargs *args)
char * name
The displayable name of the argument (optional, use key if empty)
Definition: Types.h:76
char ** vals
Definition: Types.h:38
SOAPY_SDR_API void SoapySDRArgInfoList_clear(SoapySDRArgInfo *info, const size_t length)
double step
Definition: Types.h:30
Definition for a min/max numeric range.
Definition: Types.h:26
@ SOAPY_SDR_ARG_INFO_STRING
Definition: Types.h:59
double minimum
Definition: Types.h:28
@ SOAPY_SDR_ARG_INFO_BOOL
Definition: Types.h:56
char * description
A brief description about the argument (optional)
Definition: Types.h:79
const SOAPY_SDR_API char * SoapySDRKwargs_get(const SoapySDRKwargs *args, const char *key)
SOAPY_SDR_API SoapySDRKwargs SoapySDRKwargs_fromString(const char *markup)
char * units
The units of the argument: dB, Hz, etc (optional)
Definition: Types.h:82
Definition for argument info.
Definition: Types.h:63
char * key
The key used to identify the argument (required)
Definition: Types.h:66
size_t size
Definition: Types.h:36
SOAPY_SDR_API void SoapySDR_free(void *ptr)
SoapySDRRange range
Definition: Types.h:92
double maximum
Definition: Types.h:29
@ SOAPY_SDR_ARG_INFO_FLOAT
Definition: Types.h:58
char ** keys
Definition: Types.h:37