Project

General

Profile

User story #123

Updated by André Neto almost 10 years ago

Implement requirement MARTe-EX-F-1.1.8 based on the original MARTe implementation

Note: Being able to know the number CPU family and model may allow framework developers to take run-time decisions about the distribution of resources (e.g. availability of operating system specific features).

h1. Source code files modified

* Source\Core\L0Portability\Architecture\x86_cl\ProcessorA.h
* Source\Core\L0Portability\Architecture\x86_gcc\ProcessorA.h
* Source\Core\L0Portability\OperatingSystem\Linux\ProcessorOS.h
* Source\Core\L0Portability\OperatingSystem\Windows\ProcessorOS.h
* Source\Core\L0Portability\Processor.cpp
* Source\Core\L0Portability\Processor.h
* Source\Core\L0Portability\ProcessorType.cpp
* Source\Core\L0Portability\ProcessorType.h
* Test/Core/L0Portability/ProcessorTest.h
* Test/Core/L0Portability/ProcessorTest.cpp
* Test/Core/L0Portability/ProcessorTypeTest.h
* Test/Core/L0Portability/ProcessorTypeTest.cpp
* Test/GTest/ProcessorGTest.cpp
* Test/GTest/ProcessorTypeGTest.cpp


h1. Architecture & design review

*Date of the review:* 12/06/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

h1. Code and documentation review

*Date of the review:* 18/06/2015

*Person who did the review:* Ivan Herrero

*Result of review:* PASS

*List of non-conformities:* N/A

h1. Unit test review

*Date of the review:* 01/07/2015

*Person who did the review:* André Neto

*Result of coverage tests review:* PASS [100%]

*Result of functional tests review:* PASS [100%]

*Result of review:* FAIL

*List of non-conformities:* N/A
See #122

Back