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 #37, Sends message when file complete #39

Merged
merged 1 commit into from
Aug 3, 2022
Merged

Commits on Aug 2, 2022

  1. Fix nasa#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, Adds comment changes for doxygen and readability,
    Changes \sa references in comment header of DS_FileTransmit(),
    Adds DS_FileCompletePktBuf_t element comments
    chillfig committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    edda450 View commit details
    Browse the repository at this point in the history