Skip to content

Commit

Permalink
Merge pull request #38 from havencarlson/fix#21
Browse files Browse the repository at this point in the history
Fix #21, removed mentions of ASIST from documentation
  • Loading branch information
dzbaker authored Aug 25, 2022
2 parents 7049399 + 09d8a1b commit 64dee88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
5 changes: 1 addition & 4 deletions fsw/src/lc_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 lc_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 lc_msgdefs.h for more
* info).
* are defined in lc_msgdefs.h.
*/
#ifndef LC_MSG_H
#define LC_MSG_H
Expand Down
6 changes: 1 addition & 5 deletions fsw/src/lc_msgdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
* message constant definitions.
*
* @note
* These Macro definitions have been put in this file (instead of
* lc_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!
* DO NOT PUT ANY TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE!
* ADD THEM TO lc_msg.h IF NEEDED!
*/
#ifndef LC_MSGDEFS_H
Expand Down
5 changes: 1 addition & 4 deletions fsw/src/lc_tbl.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 table structures
* are defined in lc_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 lc_tbldefs.h for more
* info).
* are defined in lc_tbldefs.h.
*/
#ifndef LC_TBL_H
#define LC_TBL_H
Expand Down
6 changes: 1 addition & 5 deletions fsw/src/lc_tbldefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
* constant definitions.
*
* @note
* These Macro definitions have been put in this file (instead of
* lc_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!
* DO NOT PUT ANY TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE!
* ADD THEM TO lc_tbl.h IF NEEDED!
*/
#ifndef LC_TBLDEFS_H
Expand Down

0 comments on commit 64dee88

Please sign in to comment.