![]() |
SoapySDR
0.1.0
Vendor and platform neutral SDR interface library
|
Go to the source code of this file.
Classes | |
struct | SoapySDRRange |
Definition for a min/max numeric range. More... | |
struct | SoapySDRKwargs |
Definition for a key/value string map. More... | |
Functions | |
SOAPY_SDR_API void | SoapySDRStrings_clear (char ***elems, const size_t length) |
SOAPY_SDR_API void | SoapySDRKwargs_set (SoapySDRKwargs *args, const char *key, const char *val) |
SOAPY_SDR_API const char * | SoapySDRKwargs_get (SoapySDRKwargs *args, const char *key) |
SOAPY_SDR_API void | SoapySDRKwargs_clear (SoapySDRKwargs *args) |
Misc data type definitions used in the API.
SOAPY_SDR_API void SoapySDRKwargs_clear | ( | SoapySDRKwargs * | args | ) |
Clear the contents of a kwargs structure. This frees all the underlying memory and clears the members.
SOAPY_SDR_API const char* SoapySDRKwargs_get | ( | SoapySDRKwargs * | args, |
const char * | key | ||
) |
Get a value given a key in a kwargs structure.
SOAPY_SDR_API void SoapySDRKwargs_set | ( | SoapySDRKwargs * | args, |
const char * | key, | ||
const char * | val | ||
) |
Set a key/value pair in a kwargs structure.
SOAPY_SDR_API void SoapySDRStrings_clear | ( | char *** | elems, |
const size_t | length | ||
) |
Clear the contents of a list of string Convenience call to deal with results that return a string list.