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:
Bill Somerville
2015-05-28 17:33:39 +00:00
parent 0f7708a98a
commit 4bf1471d2b
7 changed files with 34 additions and 22 deletions
+6 -5
View File
@@ -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>