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
17
18public:
28 static std::shared_ptr<SoapySDRAbstractFrontEnd> getInstance(const std::string &referredInterfaceName);
29
30protected:
39 explicit SoapySDRAbstractFrontEnd(const std::string &referredInterfaceName);
40};
41
42
43#endif //PICOSCENES_PLATFORM_SOAPYSDRABSTRACTFRONTEND_HXX
std::string referredInterfaceName
the user specified frontend name
The shared abstract frontend for SDR devices only.
A class representing an abstract front end for SoapySDR devices.
SoapySDRAbstractFrontEnd(const std::string &referredInterfaceName)
Constructs a SoapySDRAbstractFrontEnd object.
static std::shared_ptr< SoapySDRAbstractFrontEnd > getInstance(const std::string &referredInterfaceName)
Gets an instance of SoapySDRAbstractFrontEnd.