17 #ifndef GNSS_SDR_TEST_FLAGS_H 18 #define GNSS_SDR_TEST_FLAGS_H 20 #include <gflags/gflags.h> 23 #if defined GNUPLOT_EXECUTABLE 24 DEFINE_string(gnuplot_executable, std::string(GNUPLOT_EXECUTABLE),
"Gnuplot binary path");
25 #elif !defined GNUPLOT_EXECUTABLE 26 DEFINE_string(gnuplot_executable,
"",
"Gnuplot binary path");
29 DEFINE_bool(plot_acq_grid,
false,
"Plots acquisition grid with gnuplot");
30 DEFINE_int32(plot_decimate, 1,
"Decimate plots");