-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from nasa/integration-candidate
cFS-GroundSystem Integration candidate: Equuleus-rc1+dev21
- Loading branch information
Showing
9 changed files
with
43 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Size, 4, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Crc, 8, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Size, 4, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Crc, 8, 4, I, Dec, NULL, NULL, NULL, NULL | ||
ActiveBufferAddr, 12, 4, I, Dec, NULL, NULL, NULL, NULL | ||
InactiveBufferAddr, 16, 4, I, Dec, NULL, NULL, NULL, NULL | ||
ValidationFuncPtr, 20, 4, I, Dec, NULL, NULL, NULL, NULL | ||
TimeOfLastUpdate.seconds, 24, 4, I, Dec, NULL, NULL, NULL, NULL | ||
TimeOfLastUpdate.subsecs, 28, 4, I, Dec, NULL, NULL, NULL, NULL | ||
FileCreateTimeSecs, 32, 4, I, Dec, NULL, NULL, NULL, NULL | ||
FileCreateTimeSecs, 36, 4, I, Dec, NULL, NULL, NULL, NULL | ||
FileCreateTimeSubSecs, 36, 4, I, Dec, NULL, NULL, NULL, NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Error Counter, 12, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Error Counter, 12, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Command Counter, 13, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Transfer in progress?, 14, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Last Segment Accepted, 16, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Segments Rejected, 18, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Bytes Transferred, 20, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Current File Name, 24, 64, 64s, Str, NULL, NULL, NULL, NULL | ||
Current File Size, 88, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Current File Crc, 92, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Current File Fd, 96, 4, i, Dec, NULL, NULL, NULL, NULL | ||
Transfer in progress?, 14, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Last Segment Accepted, 16, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Segments Rejected, 18, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Bytes Transferred, 20, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Current File Name, 24, 64, 64s, Str, NULL, NULL, NULL, NULL | ||
Current File Size, 88, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Current File Crc, 92, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Current File Fd, 96, 4, i, Dec, NULL, NULL, NULL, NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters