Class representing a Connection. More...
#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpscope/plugin/plotter.h>
Inheritance diagram for Connection:Public Member Functions | |
| Connection (QString remotePortName, QString localPortName, QObject *parent=0) | |
| ~Connection () | |
| void | connect (const yarp::os::ContactStyle &style) |
| Connect local port to remote port. | |
| void | freeResources () |
Public Attributes | |
| QString | remotePortName |
| QString | localPortName |
| yarp::os::BufferedPort< yarp::os::Bottle > * | localPort |
| bool | realTime |
| double | initialTime |
| yarp::os::ContactStyle | style |
Class representing a Connection.
| Connection::Connection | ( | QString | remotePortName, |
| QString | localPortName, | ||
| QObject * | parent = 0 |
||
| ) |
Definition at line 407 of file plotter.cpp.
| Connection::~Connection | ( | ) |
Definition at line 429 of file plotter.cpp.
| void Connection::connect | ( | const yarp::os::ContactStyle & | style | ) |
Connect local port to remote port.
Definition at line 435 of file plotter.cpp.
| void Connection::freeResources | ( | ) |
Definition at line 462 of file plotter.cpp.
| yarp::os::BufferedPort<yarp::os::Bottle>* Connection::localPort |
| yarp::os::ContactStyle Connection::style |