Agora  1.2.0
Agora project
dodecode.cc File Reference

Implmentation file for the DoDecode class. Currently, just supports basestation. More...

#include "dodecode.h"
#include "concurrent_queue_wrapper.h"
#include "phy_ldpc_decoder_5gnr.h"
Include dependency graph for dodecode.cc:

Variables

static constexpr bool kPrintLLRData = false
 
static constexpr bool kPrintDecodedData = false
 
static constexpr size_t kVarNodesSize = 1024 * 1024 * sizeof(int16_t)
 

Detailed Description

Implmentation file for the DoDecode class. Currently, just supports basestation.

Variable Documentation

◆ kPrintDecodedData

constexpr bool kPrintDecodedData = false
staticconstexpr

◆ kPrintLLRData

constexpr bool kPrintLLRData = false
staticconstexpr

◆ kVarNodesSize

constexpr size_t kVarNodesSize = 1024 * 1024 * sizeof(int16_t)
staticconstexpr