YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
plotter.h File Reference
#include <QObject>
#include "yarp/os/BufferedPort.h"
#include "yarp/os/Network.h"
#include <QTimer>
#include <QVariant>
#include <qcustomplot.h>
+ Include dependency graph for plotter.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ GRAPH_TYPE_BARS

#define GRAPH_TYPE_BARS   1

Definition at line 17 of file plotter.h.

◆ GRAPH_TYPE_LINE

#define GRAPH_TYPE_LINE   0

Definition at line 16 of file plotter.h.

◆ GRAPH_TYPE_POINTS

#define GRAPH_TYPE_POINTS   2

Definition at line 18 of file plotter.h.