![]() |
SoapySDR
0.1.0
Vendor and platform neutral SDR interface library
|
#include <SoapySDR/Config.hpp>
#include <SoapySDR/Version.hpp>
#include <SoapySDR/Types.hpp>
#include <vector>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | SoapySDR::Registry |
Namespaces | |
SoapySDR | |
Typedefs | |
typedef std::vector< Kwargs >(* | SoapySDR::FindFunction )(const Kwargs &) |
typedef for a device enumeration function More... | |
typedef Device *(* | SoapySDR::MakeFunction )(const Kwargs &) |
typedef for a device factory function More... | |
typedef std::map< std::string, FindFunction > | SoapySDR::FindFunctions |
typedef for a dictionary of find functions More... | |
typedef std::map< std::string, MakeFunction > | SoapySDR::MakeFunctions |
typedef for a dictionary of make functions More... | |
Device factory registration API.