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

Fix MID collision with SGP4Prop example and CFE_Time #12

Open
BaldBeacon opened this issue Jul 29, 2019 · 0 comments
Open

Fix MID collision with SGP4Prop example and CFE_Time #12

BaldBeacon opened this issue Jul 29, 2019 · 0 comments
Assignees

Comments

@BaldBeacon
Copy link
Contributor

The SGP4 propagator example uses 0x1805 as it's house keeping message ID but this is the MID assigned to CFE_TIME_CMD_MID. To prevent future collisions with the cfe-core, we should switch all the message ID's in our examples to something like 0x[0|1]AA[x] to prevent accidentally assigning to another MID.

@SpaceSteve121 SpaceSteve121 changed the title SGP4Prop example has a MID collision with CFE_Time Fix MID collision with SGP4Prop example and CFE_Time Jul 29, 2019
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

1 participant