-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from skliper/fix321-header_guard
Fix #321, Apply header guard standard
- Loading branch information
Showing
70 changed files
with
217 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,19 @@ | |
*/ | ||
|
||
/** | ||
* \file ut-adaptor-bootrec.h | ||
* \file | ||
* \ingroup adaptors | ||
* \author [email protected] | ||
* | ||
*/ | ||
|
||
#ifndef INCLUDE_UT_ADAPTOR_BOOTREC_H_ | ||
#define INCLUDE_UT_ADAPTOR_BOOTREC_H_ | ||
#ifndef UT_ADAPTOR_BOOTREC_H | ||
#define UT_ADAPTOR_BOOTREC_H | ||
|
||
#include "common_types.h" | ||
|
||
void UT_Setup_ReservedMem_BootRec(void); | ||
uint32 UT_Get_ReservedMem_BootType(void); | ||
void UT_Set_ReservedMem_BootType(uint32 reset_type); | ||
|
||
#endif /* INCLUDE_UT_ADAPTOR_BOOTREC_H_ */ | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ | |
*/ | ||
|
||
/** | ||
* \file psp-mcp750-vxworks-coveragetest.h | ||
* \file | ||
* \ingroup vxworks | ||
* \author [email protected] | ||
* | ||
*/ | ||
|
||
#ifndef INCLUDE_PSP_MCP750_VXWORKS_COVERAGETEST_H_ | ||
#define INCLUDE_PSP_MCP750_VXWORKS_COVERAGETEST_H_ | ||
#ifndef COVERAGETEST_PSP_MCP750_VXWORKS_H | ||
#define COVERAGETEST_PSP_MCP750_VXWORKS_H | ||
|
||
#include "utassert.h" | ||
#include "uttest.h" | ||
|
@@ -48,4 +48,4 @@ void Test_CFE_PSP_GetSpacecraftId(void); | |
void Test_OS_Application_Startup(void); | ||
void Test_OS_Application_Run(void); | ||
|
||
#endif /* INCLUDE_PSP_MCP750_VXWORKS_COVERAGETEST_H_ */ | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,19 @@ | |
*/ | ||
|
||
/** | ||
* \file psp-shared-coveragetest.h | ||
* \file | ||
* \ingroup vxworks | ||
* \author [email protected] | ||
* | ||
*/ | ||
|
||
#ifndef INCLUDE_PSP_SHARED_COVERAGETEST_H_ | ||
#define INCLUDE_PSP_SHARED_COVERAGETEST_H_ | ||
#ifndef COVERAGETEST_TIMEBASE_VXWORKS_H | ||
#define COVERAGETEST_TIMEBASE_VXWORKS_H | ||
|
||
#include "utassert.h" | ||
#include "uttest.h" | ||
#include "utstubs.h" | ||
|
||
void Test_CFE_PSP_Timebase_Vxworks_Init(void); | ||
|
||
#endif /* INCLUDE_PSP_SHARED_COVERAGETEST_H_ */ | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ | |
*/ | ||
|
||
/** | ||
* \file ut-adaptor-exceptions.h | ||
* \file | ||
* \ingroup adaptors | ||
* \author [email protected] | ||
* | ||
*/ | ||
|
||
#ifndef INCLUDE_UT_ADAPTOR_EXCEPTIONS_H_ | ||
#define INCLUDE_UT_ADAPTOR_EXCEPTIONS_H_ | ||
#ifndef UT_ADAPTOR_EXCEPTIONS_H | ||
#define UT_ADAPTOR_EXCEPTIONS_H | ||
|
||
#include "common_types.h" | ||
#include "cfe_psp_exceptionstorage_api.h" | ||
|
@@ -28,4 +28,4 @@ size_t UT_Get_Exception_Size(void); | |
uint32 UT_Get_Exception_Id(struct CFE_PSP_Exception_LogData *Buffer); | ||
void UT_Generate_Exception_Context(struct CFE_PSP_Exception_LogData *Buffer, size_t Size); | ||
|
||
#endif /* INCLUDE_UT_ADAPTOR_EXCEPTIONS_H_ */ | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ | |
*/ | ||
|
||
/** | ||
* \file psp-shared-coveragetest.h | ||
* \file | ||
* \ingroup vxworks | ||
* \author [email protected] | ||
* | ||
*/ | ||
|
||
#ifndef INCLUDE_PSP_SHARED_COVERAGETEST_H_ | ||
#define INCLUDE_PSP_SHARED_COVERAGETEST_H_ | ||
#ifndef COVERAGETEST_PSP_SHARED_H | ||
#define COVERAGETEST_PSP_SHARED_H | ||
|
||
#include "utassert.h" | ||
#include "uttest.h" | ||
|
@@ -29,4 +29,4 @@ void Test_CFE_PSP_Exception_GetNextContextBuffer(void); | |
void Test_CFE_PSP_Exception_GetSummary(void); | ||
void Test_CFE_PSP_Exception_CopyContext(void); | ||
|
||
#endif /* INCLUDE_PSP_SHARED_COVERAGETEST_H_ */ | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.