#include <vector>#include <memory>#include <string>#include <map>#include <mutex>#include <deque>#include "PlotJuggler/optional.hpp"#include "PlotJuggler/any.hpp"#include <QDebug>#include <QColor>#include <type_traits>#include <cmath>#include <cstdlib>#include <unordered_map>

Go to the source code of this file.
Classes | |
| class | PlotDataGeneric< Time, Value > |
| struct | PlotDataMapRef |
| class | PlotDataGeneric< Time, Value >::Point |
| struct | PlotDataGeneric< Time, Value >::RangeTime |
| struct | PlotDataGeneric< Time, Value >::RangeValue |
Typedefs | |
| typedef PlotDataGeneric < double, double > | PlotData |
| typedef PlotDataGeneric < double, nonstd::any > | PlotDataAny |
Functions | |
| double | Abs (double val) |
| template<typename Value > | |
| void | AddPrefixToPlotData (const std::string &prefix, std::unordered_map< std::string, Value > &data) |
| typedef PlotDataGeneric<double,double> PlotData |
Definition at line 139 of file plotdata.h.
| typedef PlotDataGeneric<double, nonstd::any> PlotDataAny |
Definition at line 140 of file plotdata.h.
| double Abs | ( | double | val | ) | [inline] |
Definition at line 19 of file plotdata.h.
| void AddPrefixToPlotData | ( | const std::string & | prefix, |
| std::unordered_map< std::string, Value > & | data | ||
| ) | [inline] |
Definition at line 169 of file plotdata.h.