BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
360 stars 129 forks source link

Updated the XTCE parser to support larger xtce files(10's of MB). #1809

Open AshitakaLax opened 1 year ago

AshitakaLax commented 1 year ago

Also had situation where I was entering an else case of the converter.

AshitakaLax commented 1 year ago

GPL compliance Check.

ryanmelt commented 1 year ago

What happens without the HUGE option? That option seems to have performance impacts for smaller files.

AshitakaLax commented 1 year ago

We have a ~400MB+ XTCE file, it just throws an exception when it tries to work with a file of this size. I believe it throws an exception if the xtce file is greater than something around 15MB.

ryanmelt commented 1 year ago

Thanks for the feedback. We will add the HUGE flag for OpenC3 COSMOS.