akamus082 / copter-gcs

Automatically exported from code.google.com/p/copter-gcs
0 stars 0 forks source link

MAVLink Java code generator #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello all,

i just devlopped a MAVLink Java code generator...
Entries are mavlink xml files.
Output are :
- messages classes (from messages tags)
- Interfaces classes (from enums tags)
- an IMAVLink class which implements all interface classes

So if you want use this result you must :
- implements IMAVLink in your MAVLink class and remove all inners classes
- i have refactor packages : chang com in org... :-)

My goal is to use your code in all Java plateform so it is staying a little 
stuff for that... :-)

I go in holydays for three weeks but you can email me to ghelle31@gmail.com

Have fun with this Eclipse project!

Best regards

Guillaume Helle

Original issue reported on code.google.com by ghell...@gmail.com on 19 Jul 2012 at 8:31

GoogleCodeExporter commented 8 years ago
I have jus corrected a little bug on IMAVLink generation... :-)

Original comment by ghell...@gmail.com on 19 Jul 2012 at 9:32

Attachments: