SoapySDR
0.4.4-gdb459f4f
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 |
Misc data type definitions used in the API.