Project

General

Profile

User story #230

Updated by André Neto over 9 years ago

Macros CLASS_REGISTER_DECLARATION and CLASS_REGISTER on Object.h declare/define functions that are dependent on the namespace MARTe. This provokes that users of these macros have to add a "using namespace MARTe;" clause on the client code, which is not compliant with MISRA rule 7-3-4.

Note: The file ObjectTestHelper.h needs to be updated after these macros have had been fixed. It will be useful also as a test.

h1. Source code files modified

h1. Architecture & design review

*Date of the review:* 23/10/2015

*Person who did the review:* André Neto

*Version of architecture & design document:* N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.

*Result of review:* N/A

*List of non-conformities:* N/A

h1. Code and documentation review

*Date of the review:* --/--/2015

*Person who did the review:*

*Result of review:*

*List of non-conformities:* N/A.

h1. Unit test review

*Date of the review:* --/--/2015

*Person who did the review:* -----

*Result of coverage tests review:* [PASS/FAIL]

*Result of functional tests review:* [PASS/FAIL]

*Result of review:* [PASS/FAIL]

*List of non-conformities:*

Back