custom_timeseries.h
Go to the documentation of this file.
1 #ifndef CUSTOM_TIMESERIES_H
2 #define CUSTOM_TIMESERIES_H
3 
4 #include "timeseries_qwt.h"
5 #include "custom_function.h"
6 #include "PlotJuggler/plotdata.h"
7 
9 {
10 public:
11  CustomTimeseries(const PlotData* source_data,
12  const SnippetData& snippet,
13  PlotDataMapRef& mapped_data);
14 
15  bool updateCache(bool reset_old_data) override;
16 
17 private:
18  std::unique_ptr<CustomFunction> _transform;
20 };
21 
22 #endif // CUSTOM_TIMESERIES_H
CustomTimeseries(const PlotData *source_data, const SnippetData &snippet, PlotDataMapRef &mapped_data)
std::unique_ptr< CustomFunction > _transform
const PlotDataMapRef & _mapped_data
bool updateCache(bool reset_old_data) override


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:47:33