5#ifndef PICOSCENES_PLATFORM_SDRNIC_HXX
6#define PICOSCENES_PLATFORM_SDRNIC_HXX
Abstract base class for Network Interface Card (NIC) operations.
std::string referredInterfaceName
Interface name reference.
A class representing an SDR Network Interface Card (NIC).
static std::shared_ptr< SDRNIC > getInstance(const std::string &referredInterfaceName)
Gets an instance of SDRNIC.
SDRNIC(const std::string &referredInterfaceName)
Constructs an SDRNIC object.
std::shared_ptr< AbstractSDRFrontEnd > sdrFrontEnd
The SDR front end associated with this NIC.