1 #ifndef COMPLEXPATTERN_H
2 #define COMPLEXPATTERN_H
6 #include "SimplePattern.h"
26 map<int,SimplePattern*> patterns;
29 #endif // COMPLEXPATTERN_H
SimplePattern * addPattern(int time, SimplePattern *pattern)
map< int, SimplePattern * > getPatterns()
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