-
Notifications
You must be signed in to change notification settings - Fork 48
ogma-core: cFS template incorrectly mentions a function split that doesn't exist #240
Copy link
Copy link
Closed
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected
Milestone
Description
Description
The cFS template incorrectly mentions a split function that no longer exists.
It left over from a prior version of this application that expected the monitor handler to be called split, but it should now be removed.
Type
- Bug: cFS backend generates application that contains missing function.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
It can be found with the following search:
$ grep -nHre '\<split\>' --include='*.h' --include='*.c' ogma-core/templates/
ogma-core/templates/copilot-cfs/fsw/src/copilot_cfs.c:27:void split(void);Expected result
The search above should be empty, showing that the function declaration has been completed removed.
Desired result
The search above should be empty, showing that the function declaration has been completed removed.
Proposed solution
Remove the declaration of the split function from the cFS template.
Further notes
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected