|
SoapySDR
0.8.0-gab626068
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
Definition: ConverterPrimitives.hpp:14
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:23
std::vector< Kwargs > KwargsList
Typedef for a list of key-word dictionaries.
Definition: Types.hpp:38
Device *(* MakeFunction)(const Kwargs &)
typedef for a device factory function
Definition: Registry.hpp:29
Definition: Registry.hpp:40