Skip to content

Commit

Permalink
ogma-core: Replace all mentions of the Sample App. Refs nasa#105.
Browse files Browse the repository at this point in the history
The cFS application produced by Ogma includes multiple mentions of the Sample
App. This is because template used is based on cFS' Sample Application. Keeping
those references there is misleading, since this is not the sample app, but a
monitoring app.

This commit replaces all mentions of the sample app to the Copilot app.
  • Loading branch information
ivanperez-keera committed Nov 22, 2023
1 parent 96b9de0 commit 594b36f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ogma-core/src/Command/CFSApp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fileContents variables msgIds msgNames msgDatas = cfsFileContents
, "** File: copilot_cfs.c"
, "**"
, "** Purpose:"
, "** This file contains the source code for the Sample App."
, "** This file contains the source code for the Copilot App."
, "**"
, "*********************************************************************/"
, ""
Expand Down
2 changes: 1 addition & 1 deletion ogma-core/templates/copilot-cfs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.6.4)
project(CFE_SAMPLE_APP C)
project(CFE_COPILOT_APP C)

include_directories(../../Modules/Core/Interfaces)
include_directories(../Icarouslib/fsw/platform_inc)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** $Id: copilot_cfs_perfids.h $
**
** Purpose:
** Define Sample App Performance IDs
** Define Copilot App Performance IDs
**
** Notes:
**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** $Id: copilot_cfs_msgids.h $
**
** Purpose:
** Define Sample App Message IDs
** Define Copilot App Message IDs
**
** Notes:
**
Expand Down
2 changes: 1 addition & 1 deletion ogma-core/templates/copilot-cfs/fsw/src/copilot_cfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
** File: copilot_cfs.c
**
** Purpose:
** This file contains the source code for the Sample App.
** This file contains the source code for the Copilot App.
**
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
** $Id: copilot_app_version.h $
**
** Purpose:
** The Sample Application header file containing version number
** The Copilot Application header file containing version number
**
** Notes:
**
Expand Down

0 comments on commit 594b36f

Please sign in to comment.