Simon Wegendt

Results 39 comments of Simon Wegendt

I would like to see this merged as well since one of the dependencies of one of my projects depends on this.

For me MQTT is quite stable. I can only reproduce your error by manually disconnecting the XDK from the MQTT server, i.e. by killing the server. From what I can...

~~This chould already be fixed in master since some point after the new type system. Are you using master or the XDK Workbench 3.*?~~ Nope, not fixed.

We might have to do something similar to how we handle system resource initialization and create a graph of dependencies, then do a topological sort. Since structs may reference one...

Furthermore, the validator can't access ModalityAccess-objects, since they are generated after validation. In the case described above it would be nice to check that in one modality access, accuracy is...

Can't do: - reading strings and other dynamically sized objects from platform, since it doesn't have a sizeInferrer

This needs some thought. We can emit an `assert(false)` at the end of event handlers if `exception != NO_EXCEPTION` or we can modify all enqueues to enqueue the same event...

Cofiguring with HTTP is not possible with Mita for XDK, sorry :/

@32leaves: It would seem that implementing this feature in a platform independent manner is hard. The platform generator would certainly have to be involved. There might also be platforms which...

Language wise I would suggest to add some more syntax to differentiate things. The trigger syntax, as in `trigger shockEvent, severity` reads "trigger the events `shockEvent` and `severity`" although the...