PicoScenes API Docs
Loading...
Searching...
No Matches
SDRNIC.hxx
Go to the documentation of this file.
1
//
2
// Created by Zhiping Jiang on 5/4/21.
3
//
4
5
#ifndef PICOSCENES_PLATFORM_SDRNIC_HXX
6
#define PICOSCENES_PLATFORM_SDRNIC_HXX
7
8
#include "
AbstractNIC.hxx
"
9
#include "
AbstractSDRFrontEnd.hxx
"
10
11
class
SDRNIC
:
virtual
public
AbstractNIC
{
12
public
:
13
static
std::shared_ptr<SDRNIC>
getInstance
(
const
std::string &
referredInterfaceName
);
14
15
protected
:
16
explicit
SDRNIC
(
const
std::string &
referredInterfaceName
);
17
18
std::shared_ptr<AbstractSDRFrontEnd>
sdrFrontEnd
;
19
};
20
21
22
#endif
//PICOSCENES_PLATFORM_SDRNIC_HXX
AbstractNIC.hxx
AbstractSDRFrontEnd.hxx
AbstractNIC
Definition
AbstractNIC.hxx:21
AbstractNIC::referredInterfaceName
std::string referredInterfaceName
Definition
AbstractNIC.hxx:157
SDRNIC
Definition
SDRNIC.hxx:11
SDRNIC::getInstance
static std::shared_ptr< SDRNIC > getInstance(const std::string &referredInterfaceName)
SDRNIC::SDRNIC
SDRNIC(const std::string &referredInterfaceName)
SDRNIC::sdrFrontEnd
std::shared_ptr< AbstractSDRFrontEnd > sdrFrontEnd
Definition
SDRNIC.hxx:18
headers
SDRNIC.hxx
Generated by
1.9.8