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} |
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.
| PicoScenesDeviceType SDRFrontEndRxStatus::deviceType {PicoScenesDeviceType::Unknown} |
Type of the SDR device
Definition at line 56 of file SDRFrontEndConfigurations.hxx.
| bool SDRFrontEndRxStatus::error {false} |
Whether an error occurred during reception
Definition at line 50 of file SDRFrontEndConfigurations.hxx.
| int SDRFrontEndRxStatus::errorCode {0} |
Error code for the reception
Definition at line 53 of file SDRFrontEndConfigurations.hxx.
| bool SDRFrontEndRxStatus::hasTime {false} |
Whether timing information is available
Definition at line 51 of file SDRFrontEndConfigurations.hxx.
| int64_t SDRFrontEndRxStatus::numReceived {0} |
Number of samples received
Definition at line 54 of file SDRFrontEndConfigurations.hxx.
| double SDRFrontEndRxStatus::rxStartTime {0.0} |
Reception start time
Definition at line 52 of file SDRFrontEndConfigurations.hxx.
| PicoScenesDeviceSubtype SDRFrontEndRxStatus::subType {PicoScenesDeviceSubtype::Unknown} |
Subtype of the SDR device
Definition at line 57 of file SDRFrontEndConfigurations.hxx.
| bool SDRFrontEndRxStatus::valid {false} |
Whether the status information is valid
Definition at line 49 of file SDRFrontEndConfigurations.hxx.