mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2019-01-10 Fred Gleason <fredg@paravelsystems.com>
* Refactored dropbox instance management to use multicast notifications.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user