-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #37, Sends message when file complete
Adds FileStatus as the sole parameter to DS_FileTransmit(), Adds unit test, Adds inclusion of ds_apps.h to ds_msg.h, Removes whitespaces, Adds dereference, Adds logic to extract data from FileStatus, Adds copy of Move Directory, Removes ds_apps.h inclusion, Sets OpenState to DS_CLOSED, Adds unit test, Adds buffer struct, Adds CFE_SB_AllocateMessageBuffer and CFE_SB_TransmitBuffer, Adds pointer cast in CFE_SB_AllocateMessageBuffer, Adds CFE_SB_ValueToMsgId to CFE_MSG_Init, Adds & to CFE_SB_TransmitBuffer, Adds pointer cast to CFE_SB_TransmitBuffer, Adds format correction, Adds CFE_SB_Buffer_t to DS_FileCompletePkt_t, Adds requirement to csv, Update software buffer use to work correctly, Corrects whitespace in csv, Adds buffer to unit test
- Loading branch information
Showing
6 changed files
with
138 additions
and
0 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