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

Structure containing daughterboard profile information. More...

#include <SDRHardwareInformation.hxx>

Public Attributes

std::string serialNumber {}
 
std::string model {}
 
std::vector< std::shared_ptr< SDRFrontEndProfile > > frontends {}
 

Detailed Description

Structure containing daughterboard profile information.

Definition at line 112 of file SDRHardwareInformation.hxx.

Member Data Documentation

◆ frontends

std::vector<std::shared_ptr<SDRFrontEndProfile> > SDRDaughterboardProfile::frontends {}

List of frontends on this daughterboard

Definition at line 115 of file SDRHardwareInformation.hxx.

◆ model

std::string SDRDaughterboardProfile::model {}

Daughterboard model

Definition at line 114 of file SDRHardwareInformation.hxx.

◆ serialNumber

std::string SDRDaughterboardProfile::serialNumber {}

Daughterboard serial number

Definition at line 113 of file SDRHardwareInformation.hxx.


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