Agora
1.2.0
Agora project
|
#include <string>
#include "agora.h"
#include "datatype_conversion.h"
#include "gflags/gflags.h"
#include "logger.h"
#include "signal_handler.h"
Functions | |
template<class TableType > | |
static void | ReadFromFile (const std::string &filename, Table< TableType > &data, size_t num_reads, size_t read_elements, size_t element_size) |
static void | ReadFromFileUl (const std::string &filename, Table< uint8_t > &data, int num_bytes_per_ue, Config const *const cfg) |
static void | ReadFromFileDl (const std::string &filename, Table< short > &data, int ofdm_size, Config const *const cfg) |
static unsigned int | CheckCorrectnessUl (Config const *const cfg) |
unsigned int | CheckCorrectnessDl (Config const *const cfg) |
static unsigned int | CheckCorrectness (Config const *const cfg) |
DEFINE_string (conf_file, TOSTRING(PROJECT_DIRECTORY) "/files/config/ci/tddconfig-sim-both.json", "Config filename") | |
int | main (int argc, char *argv[]) |
Variables | |
static const bool | kDebugPrintUlCorr = false |
static const bool | kDebugPrintDlCorr = false |
static const std::string | kInputFileDirectory |
static const std::string | kUlCheckFilePrefix |
static const std::string | kDecodedFilename |
static const std::string | kDlCheckFilePrefix |
static const std::string | kTxFilename = kInputFileDirectory + "tx_data.bin" |
|
static |
unsigned int CheckCorrectnessDl | ( | Config const *const | cfg | ) |
|
static |
DEFINE_string | ( | conf_file | , |
TOSTRING(PROJECT_DIRECTORY) "/files/config/ci/tddconfig-sim-both.json" | , | ||
"Config filename" | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |