2019-01-10 Fred Gleason <fredg@paravelsystems.com>

* Refactored dropbox instance management to use multicast
	notifications.
This commit is contained in:
Fred Gleason
2019-01-10 18:11:18 -05:00
parent 5329189e89
commit 9e93dddb02
11 changed files with 90 additions and 23 deletions

View File

@@ -32,6 +32,7 @@
#include <qtimer.h>
#include <qudpsocket.h>
#include <rdnotification.h>
#include <rdsocket.h>
#include <rdttydevice.h>
#include <rdcodetrap.h>
@@ -90,6 +91,7 @@ class MainObject : public QObject
void ReadRmlSocket(QUdpSocket *sock,RDMacro::Role role,bool echo);
QString StripPoint(QString);
void LoadLocalMacros();
void RunLocalNotifications(RDNotification *notify);
void RunLocalMacros(RDMacro *rml);
void LoadGpiTable();
void SendGpi(int ch,int matrix);