anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

Support special D-Bus types from dbus-emf-model 0.8.0 in DBus2Franca transformation. #139

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
dbus-emf-model 0.8.0 supports some new basic D-Bus types, see 
https://code.google.com/a/eclipselabs.org/p/dbus-emf-model/issues/detail?id=6 
for details.

The DBus2Franca transformation should support this.

This includes:
- map 'o' (object path) to Franca string type
- map 'g' (signature) to Franca string type
- map 'h' (unix fd) to Franca UInt32 type

The behavior is then the same as with older Franca versions (and <0.8.0 
dbus-emf-model versions).

Original issue reported on code.google.com by klaus.birken@gmail.com on 6 May 2015 at 8:41

GoogleCodeExporter commented 9 years ago
Implemented on develop with commit ea2ac92.

Original comment by klaus.birken@gmail.com on 8 May 2015 at 6:36