Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #11, Remove all mentions of ASIST or ITOS artifacts from docs #35

Merged
merged 1 commit into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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