Agora  1.2.0
Agora project
radio_lib.cc File Reference

Implementation file for the RadioConfig class. More...

#include "radio_lib.h"
#include <thread>
#include "SoapySDR/Formats.h"
#include "SoapySDR/Logger.hpp"
#include "logger.h"
Include dependency graph for radio_lib.cc:

Variables

static constexpr bool kPrintCalibrationMats = false
 
static constexpr size_t kSoapyMakeMaxAttempts = 3
 
static constexpr size_t kHubMissingWaitMs = 100
 

Detailed Description

Implementation file for the RadioConfig class.

Variable Documentation

◆ kHubMissingWaitMs

constexpr size_t kHubMissingWaitMs = 100
staticconstexpr

◆ kPrintCalibrationMats

constexpr bool kPrintCalibrationMats = false
staticconstexpr

◆ kSoapyMakeMaxAttempts

constexpr size_t kSoapyMakeMaxAttempts = 3
staticconstexpr