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:
12
13 explicit IWL5300FrontEnd(const std::string &referredInterfaceName);
14
15 static std::shared_ptr<IWL5300FrontEnd> getInstance(const std::string &referredInterfaceName);
16};
17
18
19#endif //PICOSCENES_PLATFORM_IWL5300FRONTEND_HXX
std::string referredInterfaceName
the user specified frontend name
IWL5300FrontEnd(const std::string &referredInterfaceName)
static std::shared_ptr< IWL5300FrontEnd > getInstance(const std::string &referredInterfaceName)