Skip to content

Commit

Permalink
Fix #4, Remove MKS/CVS flags
Browse files Browse the repository at this point in the history
  • Loading branch information
avan989 authored and skliper committed Sep 10, 2019
1 parent 91598da commit 8fddb03
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 84 deletions.
12 changes: 1 addition & 11 deletions fsw/mission_inc/to_lab_perfids.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,13 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File:
** File: to_lab_perfids.h
**
** Purpose:
** Define TO Lab Performance IDs
**
** Notes:
**
** $Log: to_lab_perfids.h $
** Revision 1.3 2010/09/20 12:28:05GMT-05:00 wmoleski
** Modified the CI_LAB, SCH_LAB and TO_LAB applications to use unique message IDs and Pipe Names. The "_LAB"
** was added to all definitions so that a mission can use these "Lab" apps as well as their own mission apps together.
** Revision 1.2 2008/04/30 14:43:01EDT rjmcgraw
** 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.
** Revision 1.1 2008/04/30 13:43:01ACT rjmcgraw
** Initial revision
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/platform_inc/project.pj
**
*************************************************************************/
#ifndef _to_lab_perfids_h_
#define _to_lab_perfids_h_
Expand Down
10 changes: 1 addition & 9 deletions fsw/platform_inc/to_lab_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,13 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File:
** File: to_lab_msgids.h
**
** Purpose:
** Define TO Lab Message IDs
**
** Notes:
**
** $Log: to_lab_msgids.h $
** Revision 1.2 2010/09/20 12:28:05GMT-05:00 wmoleski
** Modified the CI_LAB, SCH_LAB and TO_LAB applications to use unique message IDs and Pipe Names. The "_LAB"
** was added to all definitions so that a mission can use these "Lab" apps as well as their own mission apps together.
** Revision 1.1 2008/04/30 14:42:40EDT rjmcgraw
** Initial revision
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/platform_inc/project.pj
**
*************************************************************************/
#ifndef _to_lab_msgids_h_
#define _to_lab_msgids_h_
Expand Down
6 changes: 0 additions & 6 deletions fsw/platform_inc/to_lab_sub_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
**
** Notes:
**
** $Log: to_lab_sub_table.h $
** Revision 1.3 2014/07/16 14:44:45GMT-05:00 acudmore
** 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.
** Revision 1.2 2014/07/16 14:44:45ACT acudmore
** Updated TO_LAB subscription table header file ( comments, clean up )
**
*************************************************************************/

/*
Expand Down
20 changes: 0 additions & 20 deletions fsw/src/to_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,6 @@
**
** Notes:
**
** $Log: to_lab_app.c $
** Revision 1.8 2014/07/17 12:51:03GMT-05:00 acudmore
** renamed to_sub_table.h to to_lab_sub_table.h
** Revision 1.7 2014/07/16 14:43:21GMT-05:00 acudmore
** Updated TO_LAB , relocating subscription table in header file
** Revision 1.6 2010/09/20 13:28:05EDT wmoleski
** Modified the CI_LAB, SCH_LAB and TO_LAB applications to use unique message IDs and Pipe Names. The "_LAB"
** was added to all definitions so that a mission can use these "Lab" apps as well as their own mission apps together.
** Revision 1.5 2008/09/22 14:01:35EDT apcudmore
** Removed reference to FS Housekeeping packet, since FS thread does not exist.
** Revision 1.4 2008/09/22 13:57:46EDT apcudmore
** Added RunLoop call to TO_LAB app.
** Revision 1.3 2008/09/19 15:31:45EDT rjmcgraw
** DCR4337:1 Added #include version.h and display version after initialization is complete
** Revision 1.2 2008/04/30 15:31:40EDT rjmcgraw
** DCR1718:2 Fixed compiler errors
** Revision 1.1 2008/04/30 14:43:50EDT rjmcgraw
** Initial revision
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/src/project.pj
**
*************************************************************************/

#include "to_lab_app.h"
Expand Down
13 changes: 1 addition & 12 deletions fsw/src/to_lab_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,13 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File:
** File: to_lab_app.h
**
** Purpose:
** Define TO Lab Application header file
**
** Notes:
**
** $Log: to_lab_app.h $
** Revision 1.4 2010/11/17 08:12:27GMT-05:00 wmoleski
** The TO_Lab_APP, CI_Lab_APP and SCH_Lab_APP did not compile with cFE6.1.0. An include statement of cfe_error.h needed to be added to each app.
** Revision 1.3 2008/09/22 13:57:46EDT apcudmore
** Added RunLoop call to TO_LAB app.
** Revision 1.2 2008/04/30 15:31:41EDT rjmcgraw
** DCR1718:2 Fixed compiler errors
** Revision 1.1 2008/04/30 14:44:51EDT rjmcgraw
** Initial revision
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/src/project.pj
**
*************************************************************************/

#ifndef _to_lab_app_h_
Expand Down
7 changes: 1 addition & 6 deletions fsw/src/to_lab_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,13 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File:
** File: to_lab_events.h
**
** Purpose:
** Define TO Lab Event messages
**
** Notes:
**
** $Log: to_lab_events.h $
** Revision 1.1 2008/04/30 13:45:11GMT-05:00 rjmcgraw
** Initial revision
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/src/project.pj
**
*************************************************************************/
#ifndef _to_lab_events_h_
#define _to_lab_events_h_
Expand Down
7 changes: 1 addition & 6 deletions fsw/src/to_lab_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,13 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File:
** File: to_lab_msg.h
**
** Purpose:
** Define TO Lab Messages and info
**
** Notes:
**
** $Log: to_lab_msg.h $
** Revision 1.1 2008/04/30 13:45:27GMT-05:00 rjmcgraw
** Initial revision
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/src/project.pj
**
*************************************************************************/
#ifndef _to_lab_msg_h_
#define _to_lab_msg_h_
Expand Down
15 changes: 1 addition & 14 deletions fsw/src/to_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,13 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File:
** $Id: to_lab_version.h 1.2 2010/11/16 14:21:35GMT-05:00 bmedina Exp $
** File: to_lab_version.h
**
** Purpose:
** The TO Lab Application header file containing version number
**
** Notes:
**
** $Log: to_lab_version.h $
** Revision 1.3 2016/06/17 sstrege
** changed version number to 2.2.0.0 for the following updates:
** 1. Resolve compiler warnings
** 2. Fix TO_StartSending strncpy buffer overflow
** 3. Remove backup file
** Revision 1.2 2010/11/16 14:21:35GMT-05:00 bmedina
** changed version to 2.1.0.0
** Revision 1.1 2008/09/19 15:04:35EDT rjmcgraw
** Initial revision
** Member added to project c:/MKSDATA/MKS-REPOSITORY/CFS-REPOSITORY/to_lab/fsw/src/project.pj
**
*************************************************************************/
#ifndef _to_lab_version_h_
#define _to_lab_version_h_
Expand Down

0 comments on commit 8fddb03

Please sign in to comment.