Skip to content

Commit 3589e5c

Browse files
author
Jake Hageman
committed
CCB 2019-09-04: Merge #1 #3 #4 #5 #7
Reviewed and approved at 2019-09-04 CCB
2 parents 49c0ed5 + 8fddb03 commit 3589e5c

File tree

9 files changed

+62
-235
lines changed

9 files changed

+62
-235
lines changed

fsw/for_build/Makefile

Lines changed: 0 additions & 112 deletions
This file was deleted.

fsw/mission_inc/to_lab_perfids.h

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,19 @@
1818
** See the License for the specific language governing permissions and
1919
** limitations under the License.
2020
**
21-
** File:
21+
** File: to_lab_perfids.h
2222
**
2323
** Purpose:
2424
** Define TO Lab Performance IDs
2525
**
2626
** Notes:
2727
**
28-
** $Log: to_lab_perfids.h $
29-
** Revision 1.3 2010/09/20 12:28:05GMT-05:00 wmoleski
30-
** Modified the CI_LAB, SCH_LAB and TO_LAB applications to use unique message IDs and Pipe Names. The "_LAB"
31-
** was added to all definitions so that a mission can use these "Lab" apps as well as their own mission apps together.
32-
** Revision 1.2 2008/04/30 14:43:01EDT rjmcgraw
33-
** Member moved from to_lab_perfids.h in project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/platform_inc/project.pj to to_lab_perfids.h in project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/mission_inc/project.pj.
34-
** Revision 1.1 2008/04/30 13:43:01ACT rjmcgraw
35-
** Initial revision
36-
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/platform_inc/project.pj
37-
**
3828
*************************************************************************/
3929
#ifndef _to_lab_perfids_h_
4030
#define _to_lab_perfids_h_
4131

42-
#define TO_MAIN_TASK_PERF_ID 22
43-
#define TO_SOCKET_SEND_PERF_ID 23
32+
#define TO_MAIN_TASK_PERF_ID 34
33+
#define TO_SOCKET_SEND_PERF_ID 35
4434

4535
#endif /* _to_lab_perfids_h_ */
4636

fsw/platform_inc/to_lab_msgids.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,13 @@
1818
** See the License for the specific language governing permissions and
1919
** limitations under the License.
2020
**
21-
** File:
21+
** File: to_lab_msgids.h
2222
**
2323
** Purpose:
2424
** Define TO Lab Message IDs
2525
**
2626
** Notes:
2727
**
28-
** $Log: to_lab_msgids.h $
29-
** Revision 1.2 2010/09/20 12:28:05GMT-05:00 wmoleski
30-
** Modified the CI_LAB, SCH_LAB and TO_LAB applications to use unique message IDs and Pipe Names. The "_LAB"
31-
** was added to all definitions so that a mission can use these "Lab" apps as well as their own mission apps together.
32-
** Revision 1.1 2008/04/30 14:42:40EDT rjmcgraw
33-
** Initial revision
34-
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/platform_inc/project.pj
35-
**
3628
*************************************************************************/
3729
#ifndef _to_lab_msgids_h_
3830
#define _to_lab_msgids_h_

fsw/platform_inc/to_lab_sub_table.h

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
**
2626
** Notes:
2727
**
28-
** $Log: to_lab_sub_table.h $
29-
** Revision 1.3 2014/07/16 14:44:45GMT-05:00 acudmore
30-
** Member renamed from to_sub_table.h to to_lab_sub_table.h in project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/platform_inc/project.pj.
31-
** Revision 1.2 2014/07/16 14:44:45ACT acudmore
32-
** Updated TO_LAB subscription table header file ( comments, clean up )
33-
**
3428
*************************************************************************/
3529

3630
/*
@@ -53,7 +47,7 @@
5347
#include "lc_msgids.h"
5448
#endif
5549

56-
static TO_subsciption_t TO_SubTable[] =
50+
static TO_subscription_t TO_SubTable[] =
5751
{
5852
/* CFS App Subscriptions */
5953
{TO_LAB_HK_TLM_MID, {0,0}, 4},
@@ -69,19 +63,20 @@ static TO_subsciption_t TO_SubTable[] =
6963
{DS_HK_TLM_MID, {0,0}, 4},
7064
{LC_HK_TLM_MID, {0,0}, 4},
7165
#endif
72-
/* cFE Core subsciptions */
73-
{CFE_ES_HK_TLM_MID, {0,0}, 4},
74-
{CFE_EVS_HK_TLM_MID, {0,0}, 4},
75-
{CFE_SB_HK_TLM_MID, {0,0}, 4},
76-
{CFE_TBL_HK_TLM_MID, {0,0}, 4},
77-
{CFE_TIME_HK_TLM_MID, {0,0}, 4},
78-
{CFE_TIME_DIAG_TLM_MID, {0,0}, 4},
79-
{CFE_SB_STATS_TLM_MID, {0,0}, 4},
80-
{CFE_TBL_REG_TLM_MID, {0,0}, 4},
81-
{CFE_EVS_EVENT_MSG_MID, {0,0}, 32},
82-
{CFE_ES_SHELL_TLM_MID, {0,0}, 32},
83-
{CFE_ES_APP_TLM_MID, {0,0}, 4},
84-
{CFE_ES_MEMSTATS_TLM_MID,{0,0}, 4},
66+
67+
/* cFE Core subscriptions */
68+
{CFE_ES_HK_TLM_MID, {0,0}, 4},
69+
{CFE_EVS_HK_TLM_MID, {0,0}, 4},
70+
{CFE_SB_HK_TLM_MID, {0,0}, 4},
71+
{CFE_TBL_HK_TLM_MID, {0,0}, 4},
72+
{CFE_TIME_HK_TLM_MID, {0,0}, 4},
73+
{CFE_TIME_DIAG_TLM_MID, {0,0}, 4},
74+
{CFE_SB_STATS_TLM_MID, {0,0}, 4},
75+
{CFE_TBL_REG_TLM_MID, {0,0}, 4},
76+
{CFE_EVS_LONG_EVENT_MSG_MID, {0,0}, 32},
77+
{CFE_ES_SHELL_TLM_MID, {0,0}, 32},
78+
{CFE_ES_APP_TLM_MID, {0,0}, 4},
79+
{CFE_ES_MEMSTATS_TLM_MID, {0,0}, 4},
8580

8681
{TO_UNUSED, {0,0}, 0},
8782
{TO_UNUSED, {0,0}, 0},

0 commit comments

Comments
 (0)