PicoScenes API Docs
 
Loading...
Searching...
No Matches
IWLMVMFrontEnd.hxx
Go to the documentation of this file.
1//
2// Created by Zhiping Jiang on 9/15/21.
3//
4
5#ifndef PICOSCENES_PLATFORM_IWLMVMFRONTEND_HXX
6#define PICOSCENES_PLATFORM_IWLMVMFRONTEND_HXX
7
9
11public:
20
35 static std::shared_ptr<IWLMVMFrontEnd> getInstance(const std::string &referredInterfaceName);
36};
37
38
39#endif //PICOSCENES_PLATFORM_IWLMVMFRONTEND_HXX
std::string referredInterfaceName
the user specified frontend name
static std::shared_ptr< IWLMVMFrontEnd > getInstance(const std::string &referredInterfaceName)
Get or create an instance of IWLMVMFrontEnd.
IWLMVMFrontEnd(const std::string &referredInterfaceName)
Constructor for IWLMVM front-end.
Base class for MAC80211-based NICs that support CSI extraction.