#include <QApplication>
#include <set>
#include <functional>
#include "PlotJuggler/plotdata.h"
#include "PlotJuggler/pj_plugin.h"
Go to the source code of this file.
Classes | |
class | PJ::TransformFactory |
---— The factory to create instances of a SeriesTransform ----------— More... | |
class | PJ::TransformFunction |
Generic interface for a multi input - multi output transformation function. Contrariwise to other plugins, multiple instances of the this class might be created. For this reason, a TransformFactory is also defined. More... | |
class | PJ::TransformFunction_SISO |
Simplified version with Single input and Single output. More... | |
Namespaces | |
PJ | |
Macros | |
#define | TransformFunction_iid "facontidavide.PlotJuggler3.TransformFunction" |
#define | TransformFunctionSISO_iid "facontidavide.PlotJuggler3.TransformFunctionSISO" |
Typedefs | |
using | PJ::TransformsMap = std::unordered_map< std::string, std::shared_ptr< TransformFunction > > |
#define TransformFunction_iid "facontidavide.PlotJuggler3.TransformFunction" |
Definition at line 179 of file transform_function.h.
#define TransformFunctionSISO_iid "facontidavide.PlotJuggler3.TransformFunctionSISO" |
Definition at line 182 of file transform_function.h.