|
QGroundControl
Ground Control Station for MAVLink Drones
|
UdpIODevice provides a QIODevice interface over a QUdpSocket in server mode. More...
#include <UdpIODevice.h>
Inheritance diagram for UdpIODevice:
Collaboration diagram for UdpIODevice:Public Member Functions | |
| UdpIODevice (QObject *parent=nullptr) | |
| ~UdpIODevice () | |
| bool | canReadLine () const override |
| qint64 | readLineData (char *data, qint64 maxSize) override |
| qint64 | readData (char *data, qint64 maxSize) override |
| bool | isSequential () const override |
UdpIODevice provides a QIODevice interface over a QUdpSocket in server mode.
It allows line-based reading using canReadLine() and readLineData() even when the socket is in bound mode.
Definition at line 10 of file UdpIODevice.h.
|
explicit |
Definition at line 6 of file UdpIODevice.cc.
| UdpIODevice::~UdpIODevice | ( | ) |
Definition at line 14 of file UdpIODevice.cc.
|
override |
Definition at line 19 of file UdpIODevice.cc.
|
inlineoverride |
Definition at line 21 of file UdpIODevice.h.
|
override |
Definition at line 38 of file UdpIODevice.cc.
|
override |
Definition at line 24 of file UdpIODevice.cc.