23 #ifndef TIME_DOMAIN_DISPLAY_PLOT_H
24 #define TIME_DOMAIN_DISPLAY_PLOT_H
44 void plotNewData(
const std::vector<double*> dataPoints,
45 const int64_t numDataPoints,
const double timeInterval,
46 const std::vector< std::vector<gr::tag_t> > &tags \
47 = std::vector< std::vector<gr::tag_t> >());
55 const std::string &strunits);
67 const std::string &unit=
"");
70 void _resetXAxisPoints();
71 void _autoScale(
double bottom,
double top);
73 std::vector<double*> d_ydata;
81 std::vector< std::vector<QwtPlotMarker*> > d_tag_markers;
82 std::vector<bool> d_tag_markers_en;