mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-12 22:43:46 -04:00
Made the UDP message to change the free text message optionally send ASAP
This message now has the ability to simply change the free text message or to change the message and send it ASAP. The message_aggregator reference UDP server application exercises this feature by sending a new free text message on any edit and requesting it be sent by WSJT-X when editing is finished i,e, RETURN pressed or focus moved away. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5445 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+6
-5
@@ -196,16 +196,17 @@
|
||||
* Free Text In 9
|
||||
* Id (unique key) utf8
|
||||
* Text utf8
|
||||
* Send bool
|
||||
*
|
||||
* This message allows the server to set the current free text
|
||||
* message content. Sending this message is equivalent to typing
|
||||
* a new message (old contents are discarded) in to the WSJT-X
|
||||
* free text message field or "Tx5" field (both are updated) and
|
||||
* then clicking the "Next" radio button for the "Tx5" field if
|
||||
* tab one is current or clicking the "Free msg" radio button if
|
||||
* tab two is current. It is the responsibility of the sender to
|
||||
* limit the length of the message text and to legal message
|
||||
* characters.
|
||||
* if the Send flag is set then clicking the "Now" radio button
|
||||
* for the "Tx5" field if tab one is current or clicking the
|
||||
* "Free msg" radio button if tab two is current. It is the
|
||||
* responsibility of the sender to limit the length of the
|
||||
* message text and to limit it to legal message characters.
|
||||
*/
|
||||
|
||||
#include <QDataStream>
|
||||
|
||||
Reference in New Issue
Block a user