Agora  1.2.0
Agora project
ue_worker.cc File Reference

Implementation file for the ue worker class. Provides storage for each worker. More...

#include "ue_worker.h"
#include <memory>
#include <utility>
#include "comms-lib.h"
#include "datatype_conversion.h"
#include "logger.h"
#include "modulation.h"
#include "phy_ldpc_decoder_5gnr.h"
#include "phy_stats.h"
#include "scrambler.h"
#include "simd_types.h"
#include "utils_ldpc.h"
Include dependency graph for ue_worker.cc:

Variables

static constexpr bool kDebugPrintFft = false
 
static constexpr bool kDebugPrintDemul = false
 
static constexpr bool kDebugPrintModul = false
 
static constexpr bool kDebugPrintDecode = false
 
static constexpr bool kPrintLLRData = false
 
static constexpr bool kPrintDownlinkPilotStats = false
 
static constexpr bool kPrintEqualizedSymbols = false
 
static constexpr bool kDebugTxMemory = false
 

Detailed Description

Implementation file for the ue worker class. Provides storage for each worker.

Variable Documentation

◆ kDebugPrintDecode

constexpr bool kDebugPrintDecode = false
staticconstexpr

◆ kDebugPrintDemul

constexpr bool kDebugPrintDemul = false
staticconstexpr

◆ kDebugPrintFft

constexpr bool kDebugPrintFft = false
staticconstexpr

◆ kDebugPrintModul

constexpr bool kDebugPrintModul = false
staticconstexpr

◆ kDebugTxMemory

constexpr bool kDebugTxMemory = false
staticconstexpr

◆ kPrintDownlinkPilotStats

constexpr bool kPrintDownlinkPilotStats = false
staticconstexpr

◆ kPrintEqualizedSymbols

constexpr bool kPrintEqualizedSymbols = false
staticconstexpr

◆ kPrintLLRData

constexpr bool kPrintLLRData = false
staticconstexpr