#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 {} |
Definition at line 66 of file SDRHardwareInformation.hxx.
|
inline |
Definition at line 74 of file SDRHardwareInformation.hxx.
References rxChannelNumber.
|
inline |
Definition at line 73 of file SDRHardwareInformation.hxx.
References txChannelNumber.
std::string SDRFrontEndProfile::frontendHardwareModel {} |
Definition at line 69 of file SDRHardwareInformation.hxx.
std::string SDRFrontEndProfile::motherboardSerial {} |
Definition at line 68 of file SDRHardwareInformation.hxx.
std::vector<uint8_t> SDRFrontEndProfile::rxChannelNumber {} |
Definition at line 71 of file SDRHardwareInformation.hxx.
Referenced by getNumRx().
std::string SDRFrontEndProfile::serialNumber {} |
Definition at line 67 of file SDRHardwareInformation.hxx.
std::vector<uint8_t> SDRFrontEndProfile::txChannelNumber {} |
Definition at line 70 of file SDRHardwareInformation.hxx.
Referenced by getNumTx().