 |
SoapySDR
0.7.2-ARCH
Vendor and platform neutral SDR interface library
|
#define SOAPY_SDR_API
Definition: Config.h:41
KwargsList(* FindFunction)(const Kwargs &)
typedef for a device enumeration function
Definition: Registry.hpp:26
Definition: Device.hpp:32
std::map< std::string, FindFunction > FindFunctions
typedef for a dictionary of find functions
Definition: Registry.hpp:32
~Registry(void)
Cleanup this registry entry.
Definition: ConverterPrimitives.hpp:15
static MakeFunctions listMakeFunctions(void)
std::map< std::string, MakeFunction > MakeFunctions
typedef for a dictionary of make functions
Definition: Registry.hpp:35
std::map< std::string, std::string > Kwargs
Typedef for a dictionary of key-value string arguments.
Definition: Types.hpp:22
std::vector< Kwargs > KwargsList
Typedef for a list of key-word dictionaries.
Definition: Types.hpp:37
Device *(* MakeFunction)(const Kwargs &)
typedef for a device factory function
Definition: Registry.hpp:29
Definition: Registry.hpp:41
static FindFunctions listFindFunctions(void)
Registry(const std::string &name, const FindFunction &find, const MakeFunction &make, const std::string &abi)