WindhoverLabs / xtce_generator

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

AggregateArgumentTypes Be Cannot referenced form within an ArgumentList #3

Open lorenzo-gomez-windhover opened 4 years ago

lorenzo-gomez-windhover commented 4 years ago

At the moment when we encounter an Argument that needs to reference an AggregateType, we flatten the Aggregate Type. This means we list out every member of the AggregateType as a single argument in the ArgumentList. This is temporary since the folks at yamcs have already started to implement this functionality. See this for more details.

We'll implement this functionality as soon as it ges merged into yamcs' main branch.

lorenzo-gomez-windhover commented 4 years ago

Support has been added for this on https://github.com/yamcs/yamcs/commit/9f3e64dd7bc5a5501e97df5e7e7b8b9d5644a575. Will keep issue open until we implement.