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

Document msg module customization method #879

Open
skliper opened this issue Sep 10, 2020 · 0 comments
Open

Document msg module customization method #879

skliper opened this issue Sep 10, 2020 · 0 comments
Labels
docs This change only affects documentation.

Comments

@skliper
Copy link
Contributor

skliper commented Sep 10, 2020

Is your feature request related to a problem? Please describe.
No documentation on how to customize message module

Describe the solution you'd like
Add documentation - overview, suggestions, etc

Include cmake steps to replace:

# The "MISSION_CORE_MODULES" will be built and statically linked as part
# of the CFE core executable on every target.  These can be used to amend
# or override parts of the CFE core on a mission-specific basis.
list(APPEND MISSION_MODULE_SEARCH_PATH "prj_cfe")
list(REMOVE_ITEM MISSION_CORE_MODULES "msg")
list(APPEND MISSION_CORE_MODULES "custom_msg")

Note this is a "power user" option and not generally recommended unless absolutely required by the mission.

Describe alternatives you've considered
None.

Additional context
None.

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added the docs This change only affects documentation. label Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change only affects documentation.
Projects
None yet
Development

No branches or pull requests

1 participant