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:
Bill Somerville
2018-12-02 23:19:08 +00:00
parent 4360a5b674
commit 025a0161f8
9 changed files with 46 additions and 13 deletions
+2 -1
View File
@@ -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_)
{