#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.
|
double | Abs (double val) |
|
template<typename Value > |
void | AddPrefixToPlotData (const std::string &prefix, std::unordered_map< std::string, Value > &data) |
|
template<typename Value >
void AddPrefixToPlotData |
( |
const std::string & |
prefix, |
|
|
std::unordered_map< std::string, Value > & |
data |
|
) |
| |
|
inline |