PicoScenes API Docs
 
Loading...
Searching...
No Matches
SoapySDRAbstractFrontEnd.hxx
Go to the documentation of this file.
1//
2// Created by Zhiping Jiang on 3/30/22.
3//
4
5#ifndef PICOSCENES_PLATFORM_SOAPYSDRABSTRACTFRONTEND_HXX
6#define PICOSCENES_PLATFORM_SOAPYSDRABSTRACTFRONTEND_HXX
7
9
11
12public:
13 static std::shared_ptr<SoapySDRAbstractFrontEnd> getInstance(const std::string &referredInterfaceName);
14
15protected:
16 explicit SoapySDRAbstractFrontEnd(const std::string &referredInterfaceName);
17};
18
19
20#endif //PICOSCENES_PLATFORM_SOAPYSDRABSTRACTFRONTEND_HXX
std::string referredInterfaceName
the user specified frontend name
The shared abstract frontend for SDR devices only.
SoapySDRAbstractFrontEnd(const std::string &referredInterfaceName)
static std::shared_ptr< SoapySDRAbstractFrontEnd > getInstance(const std::string &referredInterfaceName)