| Agora
    1.2.0
    Agora project | 
Test functions for the ldpc encoding routines. More...
#include "encoder.h"#include <algorithm>#include <fstream>#include <vector>#include "../common/utils_ldpc.h"#include "gcc_phy_ldpc_encoder_5gnr_internal.h"
| Functions | |
| char * | read_binfile (std::string filename, int buffer_size) | 
| void | run_test (size_t base_graph, size_t zc) | 
| int | main () | 
| Variables | |
| static constexpr size_t | kNumCodeBlocks = 1 | 
Test functions for the ldpc encoding routines.
| int main | ( | ) | 

| char* read_binfile | ( | std::string | filename, | 
| int | buffer_size | ||
| ) | 


| void run_test | ( | size_t | base_graph, | 
| size_t | zc | ||
| ) | 


| 
 | staticconstexpr |