swift
|
Message from server to start or stop sending visual pilot data updates. More...
Public Member Functions | |
VisualPilotDataToggle (const QString &sender, const QString &client, bool active) | |
Constructor. | |
QStringList | toTokens () const |
Message converted to tokens. | |
Static Public Member Functions | |
static VisualPilotDataToggle | fromTokens (const QStringList &tokens) |
Construct from tokens. | |
static QString | pdu () |
PDU identifier. | |
Public Attributes | |
QString | m_client |
Properties. | |
bool | m_active = false |
Properties. | |
Additional Inherited Members |
Message from server to start or stop sending visual pilot data updates.
Definition at line 15 of file visualpilotdatatoggle.h.