|
Agora
1.2.0
Agora project
|
Data generator to generate binary files as inputs to Agora, sender and correctness tests. More...
#include <gflags/gflags.h>#include <cstddef>#include <memory>#include <string>#include "config.h"#include "data_generator.h"#include "logger.h"#include "version_config.h"
Functions | |
| DEFINE_string (profile, "random", "The profile of the input user bytes (e.g., 'random', '123')") | |
| DEFINE_string (conf_file, TOSTRING(PROJECT_DIRECTORY) "/files/examples/ci/tddconfig-sim-both.json", "Agora config filename") | |
| int | main (int argc, char *argv[]) |
Variables | |
| static constexpr bool | kVerbose = false |
| static constexpr bool | kPrintUplinkInformationBytes = false |
| static constexpr bool | kPrintDownlinkInformationBytes = false |
Data generator to generate binary files as inputs to Agora, sender and correctness tests.
| DEFINE_string | ( | conf_file | , |
| TOSTRING(PROJECT_DIRECTORY) "/files/examples/ci/tddconfig-sim-both.json" | , | ||
| "Agora config filename" | |||
| ) |
| DEFINE_string | ( | profile | , |
| "random" | , | ||
| "The profile of the input user bytes (e.g., 'random', '123')" | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |

|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |