From e99e1cf09be8a7b25ce4cee1bc93d58de437b55d Mon Sep 17 00:00:00 2001 From: toddmartin Date: Sun, 3 Jan 2021 04:03:51 -0800 Subject: [PATCH] Remove end of function comments --- fsw/src/to_lab_app.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/fsw/src/to_lab_app.c b/fsw/src/to_lab_app.c index 9d11476..ad4132f 100644 --- a/fsw/src/to_lab_app.c +++ b/fsw/src/to_lab_app.c @@ -123,7 +123,7 @@ void TO_Lab_AppMain(void) CFE_ES_ExitApp(RunStatus); -} /* End of TO_Lab_AppMain() */ +} /* ** TO delete callback function. @@ -245,7 +245,7 @@ int32 TO_LAB_init(void) TO_LAB_VERSION_STRING); return CFE_SUCCESS; -} /* End of TO_LAB_init() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -270,7 +270,7 @@ int32 TO_LAB_EnableOutput(const TO_LAB_EnableOutputCmd_t *data) ++TO_LAB_Global.HkTlm.Payload.CommandCounter; return CFE_SUCCESS; -} /* End of TO_LAB_EnableOutput() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -312,7 +312,7 @@ void TO_LAB_process_commands(void) return; } } -} /* End of TO_process_commands() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -362,7 +362,7 @@ void TO_LAB_exec_local_command(CFE_SB_Buffer_t *SBBufPtr) ++TO_LAB_Global.HkTlm.Payload.CommandErrorCounter; } -} /* End of TO_exec_local_command() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -386,7 +386,7 @@ int32 TO_LAB_ResetCounters(const TO_LAB_ResetCountersCmd_t *data) TO_LAB_Global.HkTlm.Payload.CommandErrorCounter = 0; TO_LAB_Global.HkTlm.Payload.CommandCounter = 0; return CFE_SUCCESS; -} /* End of TO_LAB_ResetCounters() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -436,7 +436,7 @@ int32 TO_LAB_SendDataTypes(const TO_LAB_SendDataTypesCmd_t *data) ++TO_LAB_Global.HkTlm.Payload.CommandCounter; return CFE_SUCCESS; -} /* End of TO_LAB_SendDataTypes() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -448,7 +448,7 @@ int32 TO_LAB_SendHousekeeping(const CFE_MSG_CommandHeader_t *data) CFE_SB_TimeStampMsg(&TO_LAB_Global.HkTlm.TlmHeader.Msg); CFE_SB_TransmitMsg(&TO_LAB_Global.HkTlm.TlmHeader.Msg, true); return CFE_SUCCESS; -} /* End of TO_LAB_SendHousekeeping() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -468,7 +468,7 @@ void TO_LAB_openTLM(void) /*---------------- Add static arp entries ----------------*/ -} /* End of TO_open_TLM() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -492,7 +492,7 @@ int32 TO_LAB_AddPacket(const TO_LAB_AddPacketCmd_t *data) ++TO_LAB_Global.HkTlm.Payload.CommandCounter; return CFE_SUCCESS; -} /* End of TO_AddPkt() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -514,7 +514,7 @@ int32 TO_LAB_RemovePacket(const TO_LAB_RemovePacketCmd_t *data) (unsigned int)CFE_SB_MsgIdToValue(pCmd->Stream)); ++TO_LAB_Global.HkTlm.Payload.CommandCounter; return CFE_SUCCESS; -} /* End of TO_LAB_RemovePacket() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -544,7 +544,7 @@ int32 TO_LAB_RemoveAll(const TO_LAB_RemoveAllCmd_t *data) ++TO_LAB_Global.HkTlm.Payload.CommandCounter; return CFE_SUCCESS; -} /* End of TO_LAB_RemoveAll() */ +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ @@ -593,7 +593,7 @@ void TO_LAB_forward_telemetry(void) } /* If CFE_SB_status != CFE_SUCCESS, then no packet was received from CFE_SB_ReceiveBuffer() */ } while (CFE_SB_status == CFE_SUCCESS); -} /* End of TO_forward_telemetry() */ +} /************************/ /* End of File Comment */