|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <UdpForwarder.h>
Inheritance diagram for UdpForwarder:
Collaboration diagram for UdpForwarder:Public Member Functions | |
| UdpForwarder (QObject *parent=nullptr) | |
| ~UdpForwarder () override | |
| bool | configure (const QString &address, quint16 port) |
| void | forward (const QByteArray &data) |
| void | stop () |
| bool | isEnabled () const |
| QString | address () const |
| quint16 | port () const |
Definition at line 11 of file UdpForwarder.h.
|
explicit |
Definition at line 9 of file UdpForwarder.cc.
|
override |
Definition at line 11 of file UdpForwarder.cc.
References stop().
|
inline |
Definition at line 25 of file UdpForwarder.h.
Referenced by configure().
| bool UdpForwarder::configure | ( | const QString & | address, |
| quint16 | port | ||
| ) |
Definition at line 16 of file UdpForwarder.cc.
| void UdpForwarder::forward | ( | const QByteArray & | data | ) |
Definition at line 35 of file UdpForwarder.cc.
|
inline |
Definition at line 23 of file UdpForwarder.h.
|
inline |
Definition at line 27 of file UdpForwarder.h.
Referenced by configure().
| void UdpForwarder::stop | ( | ) |
Definition at line 49 of file UdpForwarder.cc.
Referenced by configure(), and ~UdpForwarder().