Sensors now work over broadcast pipe
Added Polynomal actor Added Item adding dialog Added Factor Actor
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QJsonObject>
|
||||
#include "sensors/sensor.h"
|
||||
|
||||
class BroadCast: public QObject
|
||||
{
|
||||
@ -38,6 +39,7 @@ signals:
|
||||
|
||||
void jsonRequested();
|
||||
void gotJson(QJsonObject json);
|
||||
void gotSensorState(Sensor sensor);
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user