SoapySDR  0.5.4-g68d0793c
Vendor and platform neutral SDR interface library
Classes | Namespaces | Typedefs
Registry.hpp File Reference
#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 KwargsList(* 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...
 

Detailed Description

Device factory registration API.