Project

General

Profile

User story #125

MARTe-EX-F-1.1.11: The framework shall provide portable methods to allow the endianity conversion of any basic type.

Added by André Neto almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
16.00 h
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):

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

Revision 3d0bc7e0 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Corrected Atomic and Endianity classes.
#125 #126

Revision c657f7ab (diff)
Added by Giuseppe Ferrò almost 10 years ago

Format code using new templates. #125

Revision 4c213848 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Fixed errors accordingly with revision
#125

Revision b99ba9f1 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Added Endianity tests.
#125

Revision 67518a30 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Added template to EndianityGTest.cpp
#125

Revision c3665652 (diff)
Added by Giuseppe Ferro almost 10 years ago

Fixed code accordingly with revision.
#125

Revision 0e8393ed (diff)
Added by Giuseppe Ferro almost 10 years ago

Fixed code accordingly with revision.
#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)

Also available in: Atom PDF