8 #include "ComplexPattern.h"
9 #include "SimplePattern.h"
45 string check(
string sensorName);
56 map<string,Tactor*> tactors;
57 map<string,Sensor*> sensors;
59 vector<thread> threads;
Attire(HardwareInterface *hardware)
An interface to a hardware device, such as a serial connection.
Definition: HardwareInterface.h:5
bool command(string tactorName, string command)
Sensor * addSensor(string name, Sensor *sensor)
Tactor * removeTactor(string name)
A collection of SimplePatterns to be executed in sequence.
Definition: ComplexPattern.h:8
A collection of tactors to be commanded with the same command simultaneously.
Definition: SimplePattern.h:8
Sensor * removeSensor(string name)
string check(string sensorName)
Tactor * addTactor(string name, Tactor *tactor)
bool execute(SimplePattern pattern)