Closed lorenzo-gomez-windhover closed 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.
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.
Has been resolved in #12
The approach to process strings and how to represent them in the xtce file is something that has yet to be decided.