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 {} |
Structure containing frontend profile information.
Definition at line 89 of file SDRHardwareInformation.hxx.
|
inline |
Get number of Rx channels.
Definition at line 106 of file SDRHardwareInformation.hxx.
References rxChannelNumber.
|
inline |
Get number of Tx channels.
Definition at line 100 of file SDRHardwareInformation.hxx.
References txChannelNumber.
std::string SDRFrontEndProfile::frontendHardwareModel {} |
Frontend hardware model
Definition at line 92 of file SDRHardwareInformation.hxx.
std::string SDRFrontEndProfile::motherboardSerial {} |
Motherboard serial number
Definition at line 91 of file SDRHardwareInformation.hxx.
std::vector<uint8_t> SDRFrontEndProfile::rxChannelNumber {} |
List of Rx channel numbers
Definition at line 94 of file SDRHardwareInformation.hxx.
Referenced by getNumRx().
std::string SDRFrontEndProfile::serialNumber {} |
Frontend serial number
Definition at line 90 of file SDRHardwareInformation.hxx.
std::vector<uint8_t> SDRFrontEndProfile::txChannelNumber {} |
List of Tx channel numbers
Definition at line 93 of file SDRHardwareInformation.hxx.
Referenced by getNumTx().