#include <mutex>
#include <unordered_set>
#include "PlotJuggler/plotdata.h"
#include "PlotJuggler/pj_plugin.h"
#include "PlotJuggler/messageparser_base.h"
Go to the source code of this file.
Classes | |
class | PJ::DataStreamer |
The DataStreamer base class to create your own plugin. More... | |
Namespaces | |
PJ | |
Macros | |
#define | DataStream_iid "facontidavide.PlotJuggler3.DataStreamer" |
Typedefs | |
using | PJ::DataStreamerPtr = std::shared_ptr< DataStreamer > |
#define DataStream_iid "facontidavide.PlotJuggler3.DataStreamer" |
Definition at line 103 of file datastreamer_base.h.