#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 | PJ::PlotDataBase< Value > |
| struct | PJ::PlotDataMapRef |
| class | PJ::PlotDataBase< Value >::Point |
| struct | PJ::Range |
| class | PJ::TimeseriesBase< Value > |
Namespaces | |
| PJ | |
Typedefs | |
| using | PJ::PlotData = TimeseriesBase< double > |
| using | PJ::PlotDataAny = TimeseriesBase< nonstd::any > |
| typedef nonstd::optional< Range > | PJ::RangeOpt |
Functions | |
| template<typename Value > | |
| void | PJ::AddPrefixToPlotData (const std::string &prefix, std::unordered_map< std::string, Value > &data) |