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

Structure containing frontend profile information. More...

#include <SDRHardwareInformation.hxx>

Public Member Functions

int getNumTx () const
 Get number of Tx channels.
 
int getNumRx () const
 Get number of Rx channels.
 

Public Attributes

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

Detailed Description

Structure containing frontend profile information.

Definition at line 89 of file SDRHardwareInformation.hxx.

Member Function Documentation

◆ getNumRx()

int SDRFrontEndProfile::getNumRx ( ) const
inline

Get number of Rx channels.

Returns
Number of Rx channels

Definition at line 106 of file SDRHardwareInformation.hxx.

References rxChannelNumber.

◆ getNumTx()

int SDRFrontEndProfile::getNumTx ( ) const
inline

Get number of Tx channels.

Returns
Number of Tx channels

Definition at line 100 of file SDRHardwareInformation.hxx.

References txChannelNumber.

Member Data Documentation

◆ frontendHardwareModel

std::string SDRFrontEndProfile::frontendHardwareModel {}

Frontend hardware model

Definition at line 92 of file SDRHardwareInformation.hxx.

◆ motherboardSerial

std::string SDRFrontEndProfile::motherboardSerial {}

Motherboard serial number

Definition at line 91 of file SDRHardwareInformation.hxx.

◆ rxChannelNumber

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

List of Rx channel numbers

Definition at line 94 of file SDRHardwareInformation.hxx.

Referenced by getNumRx().

◆ serialNumber

std::string SDRFrontEndProfile::serialNumber {}

Frontend serial number

Definition at line 90 of file SDRHardwareInformation.hxx.

◆ txChannelNumber

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

List of Tx channel numbers

Definition at line 93 of file SDRHardwareInformation.hxx.

Referenced by getNumTx().


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