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

Reorganize include files for CFE #2320

Closed
jphickey opened this issue May 2, 2023 · 0 comments · Fixed by #2321
Closed

Reorganize include files for CFE #2320

jphickey opened this issue May 2, 2023 · 0 comments · Fixed by #2321

Comments

@jphickey
Copy link
Contributor

jphickey commented May 2, 2023

Is your feature request related to a problem? Please describe.
A recommendation for header file naming and scoping was documented in #2305 and PR #2306. However, that PR was just a document, CFE itself does not (yet) adhere to this convention

Describe the solution you'd like
Split the current "cfe_mission_cfg.h" and "cfe_platform_cfg.h" into module-specific chunks (es, sb, evs, tbl, time). And organize the names and contents of those chunks according to the documented convention in https://github.com/nasa/cFE/blob/main/docs/cFE%20Application%20Developers%20Guide.md#421-cfs-application-template

Describe alternatives you've considered
N/A

Additional context
This is important going forward as some files (in particular, those that define the interfaces) may be generated from a tool. It is therefore important to separate the file content according to the convention. This allows headers that are generated by the tool to be "source-selected" accordingly; we do not want to have those definitions mixed with other types of unrelated definitions.

Currently, the CFE platform and mission config files contain a mixture of definitions - all of the core apps are mixed together, and some of the definitions affect the interfaces, and some do not.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this May 2, 2023
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize ES header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize SB header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize TBL header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize TIME header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize EVS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize FS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize CORE_API header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize CORE_PRIVATE header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize ES header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize SB header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize TBL header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize TIME header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize EVS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize FS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize CORE_API header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
Organize CORE_PRIVATE header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 3, 2023
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize ES header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize SB header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize TBL header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize TIME header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize EVS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize FS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CORE_API header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CORE_PRIVATE header file contents according to the convention
jphickey pushed a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CFE_TESTCASE header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize EVS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize FS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CORE_API header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CORE_PRIVATE header file contents according to the convention
jphickey pushed a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CFE_TESTCASE header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize SB header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize TBL header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize TIME header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize EVS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize FS header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CORE_API header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CORE_PRIVATE header file contents according to the convention
jphickey pushed a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CFE_TESTCASE header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Corrects the paths and references in the documentation build to reflect
the header name changes.

Removes the overrides from "sample_defs" as these are no longer strictly
required, user only needs to override if they really need to change
something.
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Organize CFE_TESTCASE header file contents according to the convention
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
Corrects the paths and references in the documentation build to reflect
the header name changes.

Removes the overrides from "sample_defs" as these are no longer strictly
required, user only needs to override if they really need to change
something.
dzbaker added a commit that referenced this issue May 4, 2023
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
This is an optional component and thus may not be part of the build.
Hotfix based on workflow testing.
jphickey added a commit to jphickey/cFE that referenced this issue May 4, 2023
This is an optional component and thus may not be part of the build.
Hotfix based on workflow testing.
dzbaker added a commit that referenced this issue May 4, 2023
@dzbaker dzbaker closed this as completed in c9095c0 May 4, 2023
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants