-
**ThingML compiler suggestion**
Connector consistency does not seem to be checked.
Extracts of my example:
Definition of the connector in the configuration:
```
connector pim.request_sensor => T1…
-
When interfacing with external libraries, it seems useful to be able to wrap complex datatypes defined by the libraries with ThingML datatypes. However, this requires that library header files (at lea…
-
Currently, we can define "interfaces" for the asynchronous behavior by defining messages and ports in a thing fragment and including this fragment in a concrete thing.
We should also be able to do si…
-
When I tried to install new software (i.e., the plugin for ThingML), I cannot retrieve resource on http://dist.thingml.org/update. I can't figure out the reason. The website worked before. Now I have …
-
CustomPrint for java in HEADS tutorials does not compile anymore:
```
java.lang.ClassCastException: org.sintef.thingml.impl.ObjectTypeImpl cannot be cast to org.sintef.thingml.PrimitiveType
a…
-
When opening: training/3.Wrapping_ThingML_into_Kevoree/3.3_Contrib/Tellu/Field-node/_javascript/SensorBMP280JS.thingml
The current stacktrace is produced:
```
ENTRY org.eclipse.ui 4 4 2016-08-04 09:…
-
I get the following error when I open a .thingml file with the EMFText thingml editor.
I use version 0.7.0.201606071315 of org.thingml.eclipse.feature.feature.group.
[datatype.thingml.txt](https://gi…
-
Hi,
Apparently the new version of ThingML 0.7.0.201606071315
does not work for CEP syntax, not working even for the examples provided in tutorials.
it was working fine in the previous version -…
-
The following configuration fails to compile
indicating error at the end of the keyword "over"
import "../Timer.thingml"
configuration TestTimerRcd {
instance client0 : ActiveTimer//this is you…
-
The following configuration fails to compile
indicating error at the end of the keyword "over"
import "../Timer.thingml"
configuration TestTimerRcd {
instance client0 : ActiveTimer//this is your app…