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);
66 void _resetXAxisPoints();
67 void _autoScale(
double bottom,
double top);
69 std::vector<double*> d_ydata;
77 std::vector< std::vector<QwtPlotMarker*> > d_tag_markers;
78 std::vector<bool> d_tag_markers_en;