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 #113, Apply header guard standard #114

Merged
merged 1 commit into from
Feb 25, 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
25 changes: 9 additions & 16 deletions fsw/mission_inc/to_lab_perfids.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,16 @@
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: to_lab_perfids.h
**
** Purpose:
** Define TO Lab Performance IDs
**
** Notes:
**
*************************************************************************/
#ifndef _to_lab_perfids_h_
#define _to_lab_perfids_h_
*/

/**
* @file
* Define TO Lab Performance IDs
*/
#ifndef TO_LAB_PERFIDS_H
#define TO_LAB_PERFIDS_H

#define TO_MAIN_TASK_PERF_ID 34
#define TO_SOCKET_SEND_PERF_ID 35

#endif /* _to_lab_perfids_h_ */

/************************/
/* End of File Comment */
/************************/
#endif
25 changes: 9 additions & 16 deletions fsw/platform_inc/to_lab_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,19 @@
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: to_lab_msgids.h
**
** Purpose:
** Define TO Lab Message IDs
**
** Notes:
**
*************************************************************************/
#ifndef _to_lab_msgids_h_
#define _to_lab_msgids_h_
*/

/**
* @file
* Define TO Lab Message IDs
*/
#ifndef TO_LAB_MSGIDS_H
#define TO_LAB_MSGIDS_H

#define TO_LAB_CMD_MID 0x1880
#define TO_LAB_SEND_HK_MID 0x1881

#define TO_LAB_HK_TLM_MID 0x0880
#define TO_LAB_DATA_TYPES_MID 0x0881

#endif /* _to_lab_msgids_h_ */

/************************/
/* End of File Comment */
/************************/
#endif
21 changes: 9 additions & 12 deletions fsw/platform_inc/to_lab_sub_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: to_lab_sub_table.h
**
** Purpose:
** Define TO Lab CPU specific subscription table
**
** Notes:
**
*************************************************************************/
#ifndef to_lab_sub_table_h_
#define to_lab_sub_table_h_
*/

/**
* @file
* Define TO Lab CPU specific subscription table
*/
#ifndef TO_LAB_SUB_TABLE_H
#define TO_LAB_SUB_TABLE_H

#include "cfe_msgids.h"
#include "cfe_platform_cfg.h"
Expand All @@ -45,4 +42,4 @@ typedef struct
TO_LAB_Sub_t Subs[CFE_PLATFORM_SB_MAX_MSG_IDS];
} TO_LAB_Subs_t;

#endif /* to_lab_sub_table_h_ */
#endif
21 changes: 9 additions & 12 deletions fsw/src/to_lab_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: to_lab_app.h
**
** Purpose:
** Define TO Lab Application header file
**
** Notes:
**
*************************************************************************/
*/

/**
* @file
* Define TO Lab Application header file
*/

#ifndef _to_lab_app_h_
#define _to_lab_app_h_
#ifndef TO_LAB_APP_H
#define TO_LAB_APP_H

#include "cfe.h"

Expand Down Expand Up @@ -67,4 +64,4 @@ void TO_Lab_AppMain(void);

/******************************************************************************/

#endif /* _to_lab_app_h_ */
#endif
21 changes: 9 additions & 12 deletions fsw/src/to_lab_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: to_lab_events.h
**
** Purpose:
** Define TO Lab Event messages
**
** Notes:
**
*************************************************************************/
#ifndef _to_lab_events_h_
#define _to_lab_events_h_
*/

/**
* @file
* Define TO Lab Event messages
*/
#ifndef TO_LAB_EVENTS_H
#define TO_LAB_EVENTS_H

/*****************************************************************************/

Expand All @@ -54,4 +51,4 @@

/******************************************************************************/

#endif /* _to_lab_events_h_ */
#endif
25 changes: 9 additions & 16 deletions fsw/src/to_lab_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: to_lab_msg.h
**
** Purpose:
** Define TO Lab Messages and info
**
** Notes:
**
*************************************************************************/
#ifndef _to_lab_msg_h_
#define _to_lab_msg_h_
*/

/**
* @file
* Define TO Lab Messages and info
*/
#ifndef TO_LAB_MSG_H
#define TO_LAB_MSG_H

#define TO_NOP_CC 0 /* no-op command */
#define TO_RESET_STATUS_CC 1 /* reset status */
Expand Down Expand Up @@ -152,8 +149,4 @@ typedef struct

/******************************************************************************/

#endif /* _to_lab_msg_h_ */

/************************/
/* End of File Comment */
/************************/
#endif
17 changes: 5 additions & 12 deletions fsw/src/to_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
**
*************************************************************************/

#ifndef TO_LAB_VERSION_H
#define TO_LAB_VERSION_H

/*! @file to_lab_version.h
* @brief Purpose:
*
/**
* @file
* The TO Lab Application header file containing version information
*
*/
#ifndef TO_LAB_VERSION_H
#define TO_LAB_VERSION_H

/* Development Build Macro Definitions */
#define TO_LAB_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */
Expand Down Expand Up @@ -66,8 +63,4 @@
" TO Lab DEVELOPMENT BUILD " TO_LAB_VERSION \
", Last Official Release: v2.3.0" /* For full support please use this version */

#endif /* TO_LAB_VERSION_H */

/************************/
/* End of File Comment */
/************************/
#endif