Skip to content

Commit

Permalink
Merge pull request nasa#35 from paulober/fix-11-remove-all-mentions-of
Browse files Browse the repository at this point in the history
Fix nasa#11, Remove all mentions of ASIST or ITOS artifacts from docs
  • Loading branch information
dzbaker authored Sep 1, 2022
2 parents a6796fe + 4fc7bd5 commit 858d2b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
5 changes: 1 addition & 4 deletions fsw/src/hs_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
*
* @note
* Constants and enumerated types related to these message structures
* are defined in hs_msgdefs.h. They are kept separate to allow easy
* integration with ASIST RDL files which can't handle typedef
* declarations (see the main comment block in hs_msgdefs.h for more
* info).
* are defined in hs_msgdefs.h.
*/
#ifndef HS_MSG_H
#define HS_MSG_H
Expand Down
6 changes: 2 additions & 4 deletions fsw/src/hs_msgdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
*
* @note
* These Macro definitions have been put in this file (instead of
* hs_msg.h) so this file can be included directly into ASIST build
* test scripts. ASIST RDL files can accept C language defines but
* can't handle type definitions. As a result: DO NOT PUT ANY
* TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE!
* hs_msg.h). DO NOT PUT ANY TYPEDEFS OR
* STRUCTURE DEFINITIONS IN THIS FILE!
* ADD THEM TO hs_msg.h IF NEEDED!
*/
#ifndef HS_MSGDEFS_H
Expand Down
5 changes: 1 addition & 4 deletions fsw/src/hs_tbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
*
* @note
* Constants and enumerated types related to these table structures
* are defined in hs_tbldefs.h. They are kept separate to allow easy
* integration with ASIST RDL files which can't handle typedef
* declarations (see the main comment block in hs_tbldefs.h for more
* info).
* are defined in hs_tbldefs.h.
*/
#ifndef HS_TBL_H
#define HS_TBL_H
Expand Down
6 changes: 2 additions & 4 deletions fsw/src/hs_tbldefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
*
* @note
* These Macro definitions have been put in this file (instead of
* hs_tbl.h) so this file can be included directly into ASIST build
* test scripts. ASIST RDL files can accept C language defines but
* can't handle type definitions. As a result: DO NOT PUT ANY
* TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE!
* hs_tbl.h). DO NOT PUT ANY TYPEDEFS OR
* STRUCTURE DEFINITIONS IN THIS FILE!
* ADD THEM TO hs_tbl.h IF NEEDED!
*/
#ifndef HS_TBLDEFS_H
Expand Down

0 comments on commit 858d2b3

Please sign in to comment.