#include "FrontEndConfigurations.hxx"
Go to the source code of this file.
Classes | |
struct | SDRFrontEndTxStatus |
struct | SDRFrontEndRxStatus |
class | SDRFrontEndBasebandConfigurations |
This interfaces hold all the Tx/Rx baseband configurations of PicoScenes Wi-Fi baseband implementation. More... | |
class | SDRFrontEndConfigurations |
This class holds all the configuration (including the SDR hardware related settings) of SDR frontend. More... | |
Enumerations | |
enum class | SDRFrontEndTransferType : uint8_t { CS8 = 8 , CS16 = 16 } |
The SDRFrontEndTransferType enum denotes the 8-bit or 16-bit SDR frontend data depth. More... | |
|
strong |
The SDRFrontEndTransferType enum denotes the 8-bit or 16-bit SDR frontend data depth.
Enumerator | |
---|---|
CS8 | 8-bit complex sign |
CS16 | 16-bit complex sign |
Definition at line 13 of file SDRFrontEndConfigurations.hxx.