RENEWLab
1.1.0
RENEW project
|
#include <gflags/gflags.h>
#include "include/data_generator.h"
#include "include/scheduler.h"
#include "include/signalHandler.hpp"
#include "include/version_config.h"
Functions | |
DEFINE_bool (gen_data_bits, false, "Generate random bits for uplink/downlink transmissions, otherwise read " "from file!") | |
DEFINE_string (conf, "files/conf.json", "JSON configuration file name") | |
DEFINE_string (storepath, "logs", "Dataset store path") | |
DEFINE_bool (bs_only, false, "Run BS only") | |
DEFINE_bool (client_only, false, "Run client only") | |
int | main (int argc, char *argv[]) |
DEFINE_bool | ( | client_only | , |
false | , | ||
"Run client only" | |||
) |
DEFINE_bool | ( | gen_data_bits | , |
false | , | ||
"Generate random bits for uplink/downlink | transmissions, | ||
otherwise read " "from file!" | |||
) |
DEFINE_string | ( | conf | , |
"files/conf.json" | , | ||
"JSON configuration file name" | |||
) |
DEFINE_string | ( | storepath | , |
"logs" | , | ||
"Dataset store path" | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |