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
8
#include "
MAC80211CSIExtractableFrontEnd.hxx
"
9
10
class
IWL5300FrontEnd
:
virtual
public
MAC80211CSIExtractableFrontEnd
{
11
public
:
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
MAC80211CSIExtractableFrontEnd.hxx
AbstractFrontEnd::referredInterfaceName
std::string referredInterfaceName
the user specified frontend name
Definition
AbstractFrontEnd.hxx:185
IWL5300FrontEnd
Definition
IWL5300FrontEnd.hxx:10
IWL5300FrontEnd::IWL5300FrontEnd
IWL5300FrontEnd(const std::string &referredInterfaceName)
Constructor for IWL5300 front-end.
IWL5300FrontEnd::getInstance
static std::shared_ptr< IWL5300FrontEnd > getInstance(const std::string &referredInterfaceName)
Get or create an instance of IWL5300FrontEnd.
MAC80211CSIExtractableFrontEnd
Base class for MAC80211-based NICs that support CSI extraction.
Definition
MAC80211CSIExtractableFrontEnd.hxx:20
headers
IWL5300FrontEnd.hxx
Generated by
1.9.8