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

Structure containing reception status information for SDR frontend. More...

#include <SDRFrontEndConfigurations.hxx>

Public Attributes

bool valid {false}
 
bool error {false}
 
bool hasTime {false}
 
double rxStartTime {0.0}
 
int errorCode {0}
 
int64_t numReceived {0}
 
PicoScenesDeviceType deviceType {PicoScenesDeviceType::Unknown}
 
PicoScenesDeviceSubtype subType {PicoScenesDeviceSubtype::Unknown}
 

Detailed Description

Structure containing reception status information for SDR frontend.

Provides detailed information about the status of a reception operation, including timing, error conditions, and reception metrics.

Definition at line 48 of file SDRFrontEndConfigurations.hxx.

Member Data Documentation

◆ deviceType

PicoScenesDeviceType SDRFrontEndRxStatus::deviceType {PicoScenesDeviceType::Unknown}

Type of the SDR device

Definition at line 56 of file SDRFrontEndConfigurations.hxx.

◆ error

bool SDRFrontEndRxStatus::error {false}

Whether an error occurred during reception

Definition at line 50 of file SDRFrontEndConfigurations.hxx.

◆ errorCode

int SDRFrontEndRxStatus::errorCode {0}

Error code for the reception

Definition at line 53 of file SDRFrontEndConfigurations.hxx.

◆ hasTime

bool SDRFrontEndRxStatus::hasTime {false}

Whether timing information is available

Definition at line 51 of file SDRFrontEndConfigurations.hxx.

◆ numReceived

int64_t SDRFrontEndRxStatus::numReceived {0}

Number of samples received

Definition at line 54 of file SDRFrontEndConfigurations.hxx.

◆ rxStartTime

double SDRFrontEndRxStatus::rxStartTime {0.0}

Reception start time

Definition at line 52 of file SDRFrontEndConfigurations.hxx.

◆ subType

PicoScenesDeviceSubtype SDRFrontEndRxStatus::subType {PicoScenesDeviceSubtype::Unknown}

Subtype of the SDR device

Definition at line 57 of file SDRFrontEndConfigurations.hxx.

◆ valid

bool SDRFrontEndRxStatus::valid {false}

Whether the status information is valid

Definition at line 49 of file SDRFrontEndConfigurations.hxx.


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