Project

General

Profile

User story #197

Updated by Ivan Herrero over 9 years ago

Implement the AnyType data conversions required for the implementation of the printf and to be able to convert between any type to any type.
In particular the implementation must support the construction of an AnyType from a class registered in the database.

It was decided to rename BitSize to NumberOfBits in all the relevant files.

h1. Source code files modified

* Source/Core/L0TypeDev/AnyType.h
* Source/Core/L0TypeDev/BitBoolean.h
* Source/Core/L0TypeDev/BitRange.h
* Source/Core/L0TypeDev/FormatDescriptor.h
* Source/Core/L0TypeDev/FractionalInteger.h
* Source/Core/L0TypeDev/TypeDescriptor.h
* Source/Core/L1Objects/ClassProperties.cpp
* Source/Core/L1Objects/ClassProperties.h
* Source/Core/L1Objects/ClassRegistryDatabase.cpp
* Source/Core/L1Objects/ClassRegistryDatabase.h
* Source/Core/L1Objects/ClassRegistryItem.cpp
* Source/Core/L1Objects/ClassRegistryItem.h
* Source/Core/L1Objects/Object.h
* Test/Core/L0TypeDev/AnyTypeTest.cpp
* Test/Core/L0TypeDev/AnyTypeTest.h
* Test/Core/L0TypeDev/BitBooleanTest.h
* Test/Core/L0TypeDev/BitRangeTest.h
* Test/Core/L0TypeDev/FractionalIntegerTest.h
* Test/Core/L1Objects/ClassPropertiesTest.cpp
* Test/Core/L1Objects/ClassPropertiesTest.h
* Test/Core/L1Objects/ClassRegistryDatabaseTest.cpp
* Test/Core/L1Objects/ClassRegistryDatabaseTest.h
* Test/Core/L1Objects/ClassRegistryItemTest.cpp
* Test/Core/L1Objects/ClassRegistryItemTest.h

h1. Architecture & design review

*Date of the review:* 08/09/2015

*Person who did the review:* Andre' 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:* 25/09/2015

*Person who did the review:* Riccardo Vitelli

*Result of review:* PASS

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

h1. Unit test review

*Date of the review:* 28/09/2015

*Person who did the review:* Llorenç Capellà

*Result of coverage tests review:* PASS

*Note:* The coverage of the ClassRegistryDatabase is not 100%

*Result of functional tests review:* PASS

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

*List of non-conformities:* N/A

Back