PicoScenes API Docs
 
Loading...
Searching...
No Matches
IWL5300FrontEnd.hxx
Go to the documentation of this file.
1//
2// Created by Zhiping Jiang on 9/15/21.
3//
4
5#ifndef PICOSCENES_PLATFORM_IWL5300FRONTEND_HXX
6#define PICOSCENES_PLATFORM_IWL5300FRONTEND_HXX
7
9
11public:
18 explicit IWL5300FrontEnd(const std::string &referredInterfaceName);
19
30 static std::shared_ptr<IWL5300FrontEnd> getInstance(const std::string &referredInterfaceName);
31};
32
33
34#endif //PICOSCENES_PLATFORM_IWL5300FRONTEND_HXX
std::string referredInterfaceName
the user specified frontend name
IWL5300FrontEnd(const std::string &referredInterfaceName)
Constructor for IWL5300 front-end.
static std::shared_ptr< IWL5300FrontEnd > getInstance(const std::string &referredInterfaceName)
Get or create an instance of IWL5300FrontEnd.
Base class for MAC80211-based NICs that support CSI extraction.