WindhoverLabs / xtce_generator

A tool to generate xtce files from a sqlite database.
4 stars 1 forks source link

Strings are not processed correctly at the moment #4

Closed lorenzo-gomez-windhover closed 3 years ago

lorenzo-gomez-windhover commented 4 years ago

The approach to process strings and how to represent them in the xtce file is something that has yet to be decided.

lorenzo-gomez-windhover commented 3 years ago

Now we have a mechanism for adding string types to the database which is provided by msg_def_overrides.py. See https://github.com/WindhoverLabs/auto-yamcs/commit/2c9f9fe35b53e1650f5b7feb6fd6ffe1bb703c14 and subsequent commits for details.

Now it is just a matter of adding the string type to xtce_generator.py, which should be pretty trivial.

lorenzo-gomez-windhover commented 3 years ago

String support has been added to xtce_generator.py on https://github.com/WindhoverLabs/xtce_generator/commit/82e4354f4097c626148aaa74ec3a69dbe73e4a3e.

Will leave issue open until the changes get merged into develop or master branches.

lorenzo-gomez-windhover commented 3 years ago

Has been resolved in #12