Project

General

Profile

User story #115

Updated by Ivan Herrero over 9 years ago

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

Note: Framework developers might be interested to wait for a shared resource until this is available, no matter how long this might take.

h1. Source code files modified

* Source/Core/L0Portability/MutexSem.cpp
* Source/Core/L0Portability/MutexSem.h
* Source/Core/L0Portability/OperatingSystem/Linux/MutexSemOS.h
* Source/Core/L0Portability/OperatingSystem/Windows/MutexSemOS.h
* Source/Core/L0Portability/SemCore.h
* Source/Core/L0Portability/EventSem.cpp
* Source/Core/L0Portability/EventSem.h
* Source/Core/L0Portability/OperatingSystem/Linux/EventSemOS.h
* Source/Core/L0Portability/OperatingSystem/Windows/EventSemOS.h
* Source/Core/L0Portability/FastPollingMutexSem.h
* Test/Core/L0Portability/MutexSemTest.cpp
* Test/Core/L0Portability/MutexSemTest.h
* Test/Core/L0Portability/SemCoreTest.cpp
* Test/Core/L0Portability/SemCoreTest.h
* Test/Core/L0Portability/EventSemTest.cpp
* Test/Core/L0Portability/EventSemTest.h
* Test/Core/L0Portability/FastPollingMutexSemTest.cpp
* Test/Core/L0Portability/FastPollingMutexSemTest.h

h1. Requirements review

N/A

h1. Architecture & design review

N/A

h1. Code and documentation review

*Date of the review:* 25/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:* 14/07/2015 08/07/2015

*Person who did the review:* Ivan Herrero

*Version of unit tests:* 0.2

*Result of coverage tests review:* PASS

*Result of functional tests review:* PASS

*Result of review:* PASS

*List of non-conformities:* N/A

h1. Integration test review

N/A

h1. Acceptance test review

N/A

Note: SemCoreTest class does not have unit test, because it has not implementation and it is not used by any other class of L0.

Back