diff --git a/fsw/src/hs_msg.h b/fsw/src/hs_msg.h index 8ca3ec8..ed184a4 100644 --- a/fsw/src/hs_msg.h +++ b/fsw/src/hs_msg.h @@ -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 diff --git a/fsw/src/hs_msgdefs.h b/fsw/src/hs_msgdefs.h index 5585fef..1cd758d 100644 --- a/fsw/src/hs_msgdefs.h +++ b/fsw/src/hs_msgdefs.h @@ -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 diff --git a/fsw/src/hs_tbl.h b/fsw/src/hs_tbl.h index 31afdb9..c73e1d3 100644 --- a/fsw/src/hs_tbl.h +++ b/fsw/src/hs_tbl.h @@ -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 diff --git a/fsw/src/hs_tbldefs.h b/fsw/src/hs_tbldefs.h index 1b6fad1..f62a258 100644 --- a/fsw/src/hs_tbldefs.h +++ b/fsw/src/hs_tbldefs.h @@ -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