PicoScenes API Docs
 
Loading...
Searching...
No Matches
SDRFrontEndProfile Struct Reference

#include <SDRHardwareInformation.hxx>

Public Member Functions

int getNumTx () const
 
int getNumRx () const
 

Public Attributes

std::string serialNumber {}
 
std::string motherboardSerial {}
 
std::string frontendHardwareModel {}
 
std::vector< uint8_t > txChannelNumber {}
 
std::vector< uint8_t > rxChannelNumber {}
 

Detailed Description

Definition at line 66 of file SDRHardwareInformation.hxx.

Member Function Documentation

◆ getNumRx()

int SDRFrontEndProfile::getNumRx ( ) const
inline

Definition at line 74 of file SDRHardwareInformation.hxx.

References rxChannelNumber.

◆ getNumTx()

int SDRFrontEndProfile::getNumTx ( ) const
inline

Definition at line 73 of file SDRHardwareInformation.hxx.

References txChannelNumber.

Member Data Documentation

◆ frontendHardwareModel

std::string SDRFrontEndProfile::frontendHardwareModel {}

Definition at line 69 of file SDRHardwareInformation.hxx.

◆ motherboardSerial

std::string SDRFrontEndProfile::motherboardSerial {}

Definition at line 68 of file SDRHardwareInformation.hxx.

◆ rxChannelNumber

std::vector<uint8_t> SDRFrontEndProfile::rxChannelNumber {}

Definition at line 71 of file SDRHardwareInformation.hxx.

Referenced by getNumRx().

◆ serialNumber

std::string SDRFrontEndProfile::serialNumber {}

Definition at line 67 of file SDRHardwareInformation.hxx.

◆ txChannelNumber

std::vector<uint8_t> SDRFrontEndProfile::txChannelNumber {}

Definition at line 70 of file SDRHardwareInformation.hxx.

Referenced by getNumTx().


The documentation for this struct was generated from the following file: