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