-
Notifications
You must be signed in to change notification settings - Fork 25
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
CS: Implicit padding being added to definition and results tables #6
Comments
dmknutsen
added a commit
to dmknutsen/CS
that referenced
this issue
Apr 26, 2022
dmknutsen
added a commit
to dmknutsen/CS
that referenced
this issue
Apr 27, 2022
astrogeco
pushed a commit
to astrogeco/CS
that referenced
this issue
May 2, 2022
astrogeco
pushed a commit
to astrogeco/CS
that referenced
this issue
May 2, 2022
astrogeco
pushed a commit
to astrogeco/CS
that referenced
this issue
May 2, 2022
Correct structure definitions to minimize implicit padding added when running on 64-bit systems. Update default tables provided to remove positional dependency on table elements.
astrogeco
pushed a commit
to astrogeco/CS
that referenced
this issue
May 2, 2022
astrogeco
pushed a commit
to astrogeco/CS
that referenced
this issue
May 3, 2022
Correct structure definitions to minimize implicit padding added when running on 64-bit systems. Update default tables provided to remove positional dependency on table elements.
astrogeco
pushed a commit
to astrogeco/CS
that referenced
this issue
May 3, 2022
astrogeco
pushed a commit
to dmknutsen/CS
that referenced
this issue
May 3, 2022
Correct structure definitions to minimize implicit padding added when running on 64-bit systems. Update default tables provided to remove positional dependency on table elements.
astrogeco
pushed a commit
to dmknutsen/CS
that referenced
this issue
May 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implicit padding is being added to multiple data structures in cs_tbldefs.h.
This creates a problem because we would need to maintain different definition files for decomming the data between our Linux and SP0 systems.
Affected data structures:
CS_Res_App_Table_Entry_t
CS_Res_Tables_Table_Entry_t
CS_Res_EepromMemory_Table_Entry_t
CS_Def_EepromMemory_Table_Entry_t
Imported from GSFCCFS-2020
The text was updated successfully, but these errors were encountered: