Sensors now work over broadcast pipe
Added Polynomal actor Added Item adding dialog Added Factor Actor
This commit is contained in:
parent
f6aaebafc6
commit
772d21a982
63 changed files with 1450 additions and 225 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <QDebug>
|
||||
|
||||
SensorStore globalSensors;
|
||||
|
||||
SensorStore::SensorStore(QObject *parent): QObject(parent)
|
||||
{
|
||||
sensors_.push_back(Sensor(0,1,0,"Front door"));
|
||||
|
|
@ -43,3 +45,5 @@ void SensorStore::sensorGotState(const Sensor& sensor)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue