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 #1544, add time get reference error bit #1593

Merged

Commits on Jun 1, 2021

  1. Fix nasa#1544, add time get reference error bit

    Use one of the unused time state bits to indicate if an error has
    occurred where CFE_TIME_GetReference was not able to get a consistent
    copy of the reference state data.
    
    In a functional system this should never occur - there should be at
    most one retry, which only happens in the event there was a burst
    of updates (more than 4) concurrently with reading the structure.
    
    The previous implementation did not report or handle the condition
    at all, this at least sets a TLM status bit and returns a reference
    struct filled with all zeros.
    jphickey committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    69b0940 View commit details
    Browse the repository at this point in the history