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 #1606, update documentation for CFE_ES_GetPoolBufInfo #1671

Merged
merged 1 commit into from
Jul 20, 2021

Commits on Jul 16, 2021

  1. Fix nasa#1606, update documentation for CFE_ES_GetPoolBufInfo

    Corrects the return type documentation, on success this function
    returns the size of the buffer, it does not return CFE_SUCCESS.
    
    Additionally, this updates the general description of the pool
    implementation to reflect the variances in platform architectures
    (i.e. the buffer descriptor/overhead may be 12 bytes on a CPU
    with 32 bit size_t, but will be greater on a CPU with a 64 bit
    size_t).
    jphickey committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    decb7d0 View commit details
    Browse the repository at this point in the history