![]() |
SoapySDR
0.1.0
Vendor and platform neutral SDR interface library
|
#include <Registry.hpp>
Public Member Functions | |
Registry (const std::string &name, const FindFunction &find, const MakeFunction &make, const std::string &abi) | |
Static Public Member Functions | |
static FindFunctions | listFindFunctions (void) |
static MakeFunctions | listMakeFunctions (void) |
A registry object loads device functions into the global registry.
SoapySDR::Registry::Registry | ( | const std::string & | name, |
const FindFunction & | find, | ||
const MakeFunction & | make, | ||
const std::string & | abi | ||
) |
Register an SDR device find and make function.
name | a unique name to identify the module |
find | the find function returns arg list |
make | the make function returns device sptr |
abi | this value must be SOAPY_SDR_ABI_VERSION |
|
static |
List all loaded find functions.
|
static |
List all loaded make functions.