You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The ES core app is quite disorganized in terms of its internal headers (what defines what) and global data structures. In particular there are three global data objects in this module.
Describe the solution you'd like
Make a single CFE_ES_Global object as was done for other apps in PR #1124. Further clean up/re-org the internal headers to create a more logical/consistent content would be nice.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
I can do this but since it involves files I'm already moving around in #972 -- I need to postpone/defer until after that one is done (i.e. one re-org at a time).
Consolidate all ES global variables under a single CFE_ES_Global.
Removes the separate CFE_ES_TaskData as well as some random pointers
that were stored at global scope.
All references adjusted accordingly (search and replace).
Is your feature request related to a problem? Please describe.
The ES core app is quite disorganized in terms of its internal headers (what defines what) and global data structures. In particular there are three global data objects in this module.
cFE/fsw/cfe-core/src/es/cfe_es_task.h
Line 148 in c708d64
cFE/fsw/cfe-core/src/es/cfe_es_global.h
Line 161 in c708d64
cFE/fsw/cfe-core/src/es/cfe_es_global.h
Line 166 in c708d64
Describe the solution you'd like
Make a single
CFE_ES_Global
object as was done for other apps in PR #1124. Further clean up/re-org the internal headers to create a more logical/consistent content would be nice.Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: