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 #1726, mark read only inputs as const #1765

Merged

Commits on Aug 5, 2021

  1. Fix nasa#1726, mark read only inputs as const

    The following functions have read-only inputs which are passed by
    pointer, so it should be "const" qualified:
    
    CFE_ES_CopyToCDS
    CFE_SB_TransmitMsg
    CFE_SB_TransmitMsgValidate
    jphickey committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    9989523 View commit details
    Browse the repository at this point in the history