#include <QObject>
#include "yarp/os/BufferedPort.h"
#include "yarp/os/Network.h"
#include <QTimer>
#include <QVariant>
#include <qcustomplot.h>
Go to the source code of this file.
Classes | |
class | Graph |
Class representing a Graph. More... | |
class | Connection |
Class representing a Connection. More... | |
class | Plotter |
Class representing a Plotter. More... | |
Macros | |
#define | GRAPH_TYPE_LINE 0 |
#define | GRAPH_TYPE_BARS 1 |
#define | GRAPH_TYPE_POINTS 2 |