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 #42, naming conventions and style compliance #98

Merged
merged 9 commits into from
Dec 9, 2021

Commits on Dec 9, 2021

  1. Partial nasa#42, naming convention pass thru cf_cfdp_pdu.h

    Updates names of all identifiers declared in cf_cfdp_pdu.h to adhere
    to naming conventions.
    
    This also updates documentation on many of the items in cf_cfdp_pdu.h
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    031ad5e View commit details
    Browse the repository at this point in the history
  2. Partial nasa#42, naming convention pass thru cf_cfdp.h

    Updates names of all identifiers in cf_cfdp.h to follow naming
    conventions from CFE.
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    0182f16 View commit details
    Browse the repository at this point in the history
  3. Partial nasa#42, naming convention pass though cf_chunk.h

    Updates names of all identifiers in cf_chunk.h to follow naming
    conventions from CFE.
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f804be9 View commit details
    Browse the repository at this point in the history
  4. Partial nasa#42, naming convention pass thru cf_clist.h

    Update names of all identifiers in cf_clist.h to follow naming
    conventions from CFE.
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    38403d0 View commit details
    Browse the repository at this point in the history
  5. Partial nasa#42, naming convention pass thru cf_crc.h

    Updates names of all identifiers in cf_crc.h to follow naming
    conventions from CFE.
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3f49764 View commit details
    Browse the repository at this point in the history
  6. Partial nasa#42, naming convention pass thru cf_msg.h

    Updates names of all identifiers in cf_msg.h to follow naming
    conventions from CFE.
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    0af0cbb View commit details
    Browse the repository at this point in the history
  7. Partial nasa#42, Naming convention pass thru cf_timer.h and cf_utils.h

    Updates names of all identifiers in cf_timer.h and cf_utils.h to follow naming
    conventions from CFE.
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    96a118d View commit details
    Browse the repository at this point in the history
  8. Partial nasa#42, naming convention pass thru cf_version.h and cf_veri…

    …fy.h
    
    Updates names of all identifiers in cf_version.h and cf_verify.h to follow naming
    conventions from CFE.
    
    This only affects include guards
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    40d20ba View commit details
    Browse the repository at this point in the history
  9. Partial nasa#42, naming convention for platform_inc headers

    Updates names of all identifiers in platform_inc to follow naming
    conventions from CFE.
    jphickey committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    6bde5e5 View commit details
    Browse the repository at this point in the history