|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <UDPLink.h>
Public Member Functions | |
| UDPClient (const QHostAddress &addr, quint16 portNum) | |
| UDPClient (const UDPClient *other) | |
| bool | operator== (const UDPClient &other) const |
| UDPClient & | operator= (const UDPClient &other) |
Public Attributes | |
| QHostAddress | address |
| quint16 | port = 0 |
|
inline |
|
inlineexplicit |
|
inline |
| QHostAddress UDPClient::address |
Definition at line 54 of file UDPLink.h.
Referenced by operator=(), and operator==().
| quint16 UDPClient::port = 0 |
Definition at line 55 of file UDPLink.h.
Referenced by operator=(), and operator==().