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() override;
16 
17 private:
20 
21 };
22 
23 #endif // CUSTOM_TIMESERIES_H
CustomFunction _transform
CustomTimeseries(const PlotData *source_data, const SnippetData &snippet, PlotDataMapRef &mapped_data)
const PlotDataMapRef & _mapped_data
bool updateCache() override


plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:17