SoapySDR
0.7.1-g5838bc91
Vendor and platform neutral SDR interface library
|
#include <SoapySDR/Config.hpp>
#include <SoapySDR/Types.h>
#include <vector>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | SoapySDR::Range |
class | SoapySDR::ArgInfo |
Namespaces | |
SoapySDR | |
Typedefs | |
typedef std::map< std::string, std::string > | SoapySDR::Kwargs |
Typedef for a dictionary of key-value string arguments. More... | |
typedef std::vector< Kwargs > | SoapySDR::KwargsList |
Typedef for a list of key-word dictionaries. More... | |
typedef std::vector< Range > | SoapySDR::RangeList |
typedef std::vector< ArgInfo > | SoapySDR::ArgInfoList |
Functions | |
SOAPY_SDR_API Kwargs | SoapySDR::KwargsFromString (const std::string &markup) |
SOAPY_SDR_API std::string | SoapySDR::KwargsToString (const Kwargs &args) |
Misc data type definitions used in the API.