Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is there a way to map more base type #79

Open
mVanSteen opened this issue Nov 23, 2023 · 1 comment
Open

[Question] Is there a way to map more base type #79

mVanSteen opened this issue Nov 23, 2023 · 1 comment

Comments

@mVanSteen
Copy link

Hello, while using auto-yamcs we stumbled upon a problem. While we use the same type as the core (uint8 or similar) there is absolutely no problem. But when we use uint8_t we have some issues. The type is recognized by juicer but there is no equivalence between both types that is created. Finally, in the XCTE file, uint8_t is not encoded as a BaseType/uint8_BE but just as uint8_t. This seems to confuse Yamcs which does not consider uint8_t as an integer but as an aggregate.

Is there a way to fix this ? Is it a bug or did I just miss some configuration?

Thanks a lot for your help

@lorenzo-gomez-windhover
Copy link
Collaborator

Is there a way to fix this ? Is it a bug or did I just miss some configuration?

Yes. https://github.com/WindhoverLabs/auto-yamcs/blob/develop/config/singleton_config.yaml#L1016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants