mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 18:58:43 -04:00
Add special operation mode enumeration to UDP status message
Also updated the message_aggregator UDP reference application to exercise this field.
This commit is contained in:
@@ -50,7 +50,8 @@ public:
|
||||
, QString const& /*report*/, QString const& /*tx_mode*/, bool /*tx_enabled*/
|
||||
, bool /*transmitting*/, bool /*decoding*/, qint32 /*rx_df*/, qint32 /*tx_df*/
|
||||
, QString const& /*de_call*/, QString const& /*de_grid*/, QString const& /*dx_grid*/
|
||||
, bool /* watchdog_timeout */, QString const& sub_mode, bool /*fast_mode*/)
|
||||
, bool /* watchdog_timeout */, QString const& sub_mode, bool /*fast_mode*/
|
||||
, quint8 /*special_op_mode*/)
|
||||
{
|
||||
if (id == id_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user