#include <vector>
#include <string>
#include <map>
#include <cstdint>
#include "PicoScenesCommons.hxx"
Go to the source code of this file.
Classes | |
struct | SDREthernetConnectionInterface |
Structure containing detailed information about an Ethernet connection interface. More... | |
struct | SDRConnectionProfile |
Structure containing connection profile information for SDR devices. More... | |
struct | SDRFrontEndProfile |
Structure containing frontend profile information. More... | |
struct | SDRDaughterboardProfile |
Structure containing daughterboard profile information. More... | |
struct | SDRMainBoardInfo |
Structure containing main board information. More... | |
class | SDRDeviceHardwareInformation |
Class providing comprehensive hardware information for SDR devices. More... | |
Enumerations | |
enum class | SDRDeviceCombinationType : uint8_t { None = 0 , MIMOCable = 1 , Ethernet = 2 } |
Enumeration for device combination types in SDR systems. More... | |
|
strong |
Enumeration for device combination types in SDR systems.
Enumerator | |
---|---|
None | Single device, no combination |
MIMOCable | Combined via MIMO cable |
Ethernet | Combined via Ethernet |
Definition at line 21 of file SDRHardwareInformation.hxx.