User story #125
MARTe-EX-F-1.1.11: The framework shall provide portable methods to allow the endianity conversion of any basic type.
0%
Description
Implement requirement MARTe-EX-F-1.1.11 based on the original MARTe implementation
Note: Being a framework aimed at control systems it will naturally interact with a large type of IO interfaces. Given that the endianess encoding of the data arriving/sending from/to these interfaces cannot be prescribed, it is crucial for framework developers to have these kind of functions available.
Note: Add 64 bit native support
Note: Use intrinsic in Visual Studio C++ compiler
Source code files modified¶
- Source/Core/L0Portability/Architecture/x86_cl/EndianityA.h
- Source/Core/L0Portability/Architecture/x86_gcc/EndianityA.h
- Source/Core/L0Portability/Endianity.cpp
- Source/Core/L0Portability/Endianity.h
Architecture & design review¶
Date of the review: 04/06/2015
Person who did the review: Andre' Neto
Version of architecture & design document: N/A. This is a support class and does not require formal design in UML.
Result of review: N/A
List of non-conformities: N/A
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
Unit test review¶
Date of the review: 02/07/2015
Person who did the review: Ivan Herrero
Result of coverage tests review: PASS [100%]
Result of functional tests review: PASS [100%]
Result of review: PASS
List of non-conformities: N/A
Associated revisions
Format code using new templates. #125
Fixed errors accordingly with revision
#125
Added Endianity tests.
#125
Added template to EndianityGTest.cpp
#125
Fixed code accordingly with revision.
#125
Fixed code accordingly with revision.
#125
Fixed
#125
History
#1 Updated by André Neto almost 10 years ago
- Target version changed from Backlog to 0.1
#2 Updated by André Neto almost 10 years ago
- Status changed from New to Arch: Impl
#3 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from 0.1 to Backlog
#4 Updated by Riccardo Vitelli almost 10 years ago
- Description updated (diff)
- Status changed from Arch: Impl to New
- Target version changed from Backlog to 0.1
- Estimated time set to 16.00 h
#5 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from New to Arch: Rev
#6 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to André Neto
#7 Updated by André Neto almost 10 years ago
- Description updated (diff)
#8 Updated by André Neto almost 10 years ago
- Description updated (diff)
#9 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Arch: Rev to Code: Impl
#10 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from André Neto to Giuseppe Ferro
#11 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#12 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Giuseppe Ferro to Ivan Herrero
#13 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#14 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Ivan Herrero to Giuseppe Ferro
#15 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#16 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#17 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Giuseppe Ferro to Ivan Herrero
#18 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#19 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#20 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#21 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#22 Updated by Ivan Herrero almost 10 years ago
- Assignee changed from Ivan Herrero to Giuseppe Ferro
#23 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#24 Updated by Ivan Herrero almost 10 years ago
- Status changed from Code: Rev to Unit: Impl
#25 Updated by Ivan Herrero almost 10 years ago
- Status changed from Unit: Impl to Code: Rev
- Assignee deleted (
Giuseppe Ferro)
#26 Updated by Ivan Herrero almost 10 years ago
- Status changed from Code: Rev to Unit: Impl
#27 Updated by Ivan Herrero almost 10 years ago
Code and documentation review passed. Unit testing implementation pending.
#28 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to Giuseppe Ferro
#29 Updated by André Neto almost 10 years ago
- Status changed from Unit: Impl to Unit: Rev
#30 Updated by André Neto almost 10 years ago
- Assignee deleted (
Giuseppe Ferro)
#31 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
- Assignee set to Ivan Herrero
Unit test review done.
#32 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#33 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#34 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
Ivan Herrero)
#35 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Rev to Unit: Impl
#36 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Impl to Unit: Rev
#37 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to Ivan Herrero
#38 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Rev to Closed
#39 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
- Status changed from Closed to Unit: Rev
Unit test review made on revision 0e8393e [PASS]
#40 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Rev to Closed
- Assignee deleted (
Ivan Herrero)
Corrected Atomic and Endianity classes.
#125 #126