Open omidkhodatars opened 8 years ago
@brice-morin this does also not compile correctly when we omit the 'by 1' for both input streams.
Hi, I am not entirely sure we support buffers and windows within join and merge. @AlexandreRio ?
Hi, What compiler are you using? For arduino maybe you should put the size-window on the join and not on the inputs, i.e:
from res : [ t : eventPort?temperatureSensor
& p : eventPort?PressureSensor
-> joinCEP (t.temp, p.pressure) ]::buffer 1 by 1
This should actually to the same thing.
The grammar authorizes lots of combinations, we maintain a list of tested ones here:
https://github.com/SINTEF-9012/ThingML/tree/master/testJar/src/main/resources/tests
I tried to combine the two feature "join" and "size-window" but it failed . the code can be compiled with the previous version of thingml but the result is not correct
(\ The new version still not working properly ver ThingML 0.7.0.201606071315 org.thingml.eclipse.feature.feature.group SINTEF-9012)