Moved defines to defines.h
Work on sigsev alt init media library without path, not fixed yet.
This commit is contained in:
parent
7616d963fa
commit
87e1a22e47
13 changed files with 108 additions and 65 deletions
|
|
@ -17,14 +17,6 @@
|
|||
#include "defines.h"
|
||||
#include "dmxPersonality.h"
|
||||
|
||||
// struct where save the DMX settings for each layer
|
||||
struct dmxSetting {
|
||||
int address;
|
||||
uint universe;
|
||||
bool updated;
|
||||
int layer;
|
||||
};
|
||||
|
||||
class olaThread : public QThread
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -121,6 +113,7 @@ signals:
|
|||
void finished(); // Signal for closing. Not used now.
|
||||
void dmxOutput(int layer, int channel, int value); // Signal when a channel has changed
|
||||
void toTerminal(QString message);
|
||||
void universeReceived(uint universe);
|
||||
};
|
||||
|
||||
#endif // OLATHREAD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue