User story #237
IOBuffer
0%
Description
Port the IOBuffer classes from the develop_svn branch.
The IOBuffer classes contain all the infrastructure that is common to all the streams.
Source code files modified¶
- BufferedStreamIOBuffer
- CharBuffer
- IOBuffer
- StreamStringIOBuffer
Architecture & design review¶
Date of the review: 29/09/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: PASS
List of non-conformities:
Code and documentation review¶
Date of the review: 20/10/2015
Person who did the review: R. Vitelli
Result of review: PASS
List of non-conformities: N/A.
Unit test review¶
Date of the review: 22/10/2015
Person who did the review: R. Vitelli
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities: N/A
Associated revisions
IOBuffer lint in progress...
#237
Added documentation and future files.
#237
Added templates to other IOBuffers
#237
#237 Linted CharBuffer.
Merge branch 'IOBuffer_#237' into #237.1_CharBuffer
Conflicts:
MakeDefaults/Lint/marte_flint_files.lnt
Source/Core/BareMetal/L3Streams/CharBuffer.cpp
Source/Core/BareMetal/L3Streams/CharBuffer.h
Source/Core/BareMetal/L3Streams/IOBuffer.cpp
Source/Core/BareMetal/L3Streams/IOBuffer.h
Removed default parameters from IOBuffers.
Put CharBuffer as an attribute of IOBuffer.
Put granularity in the constructor of CharBuffer.
#237
#237 - Lint StreamStringIOBuffer
#237 - Fix merge errors
#237 - Lint code and improve documentation of CharBuffer class
#237 - Fix the allocation granularity as the public concept of the
class, instead of the allocation granularity mask which will remain as
the implementation of the allocation granularity concept.
Merge remote-tracking branch 'origin/#238.1_Streams' into
#237.2_IOBuffer_Functions
Conflicts:
MakeDefaults/Lint/marte_flint_files.lnt
Source/Core/BareMetal/L3Streams/IOBuffer.h
- Moved all Print functions in cpp files.
- Added Token and PrintFormatted functions to IOBuffer.
- Lint of IOBufferFunctions.cpp done.
#237
#237 - Add new getters and fix style, documentation, lint, and
constness.
Linting of
IOBufferFunctions.cpp
IOBufferIntegerPrint.cpp
IOBufferFloatPrint.cpp
BitSetToInteger.h
done.
CharBuffer test done.
#237
Added IOBuffer tests.
Work in progress.
#237
Work in progress: IOBuffer tests
#237
Moved all the file IOBufferFunctions into IOBuffer.cpp
#237
Merge remote-tracking branch 'origin/#238.1_Streams' into
#237.2_IOBuffer_Functions
Conflicts:
Source/Core/BareMetal/L3Streams/SingleBufferedStream.cpp
Source/Core/BareMetal/L3Streams/SingleBufferedStream.h
Source/Core/BareMetal/L3Streams/StreamMemoryReference.cpp
Source/Core/BareMetal/L3Streams/StreamString.cpp
Moved a function
#237
Merge remote-tracking branch 'origin/#238.1_Streams' into
#237.2_IOBuffer_Functions
Conflicts:
Source/Core/BareMetal/L3Streams/BufferedStreamIOBuffer.cpp
#237 handled error conditions in DoubleBufferedStream
#237 started handling of error conditions in IOBuffer.
#237 Implemented all the missing IOBuffer error handling functions.
I have also converted the functions in IOBuffer that had return true to
void return function.
Merge remote-tracking branch 'origin/237.3_IOBuffer_TODO_cleanup' into #237.2_IOBuffer_Functions
Merge remote-tracking branch 'origin/#238.1_Streams' into
#237.2_IOBuffer_Functions
Conflicts:
Source/Core/BareMetal/L3Streams/IOBuffer.cpp
Merge remote-tracking branch 'origin/#238.2_Streams_Test' into
#237.2_IOBuffer_Functions
Conflicts:
Source/Core/BareMetal/L3Streams/IOBuffer.cpp
#237.3_shift
Shift class imported from SVN.
List of changes:
* MathematicSafeShift function was splited in two functions:
MathematicRhifhtSafeShift and MathematicLeftSafeShift.
* The LogicalLeftShift functions were not used so they were delated
* Some tests were added in order test the class changes.
* Documentation reviewed and files fotmated
Merge remote-tracking branch 'origin/#238.2_Streams_Test' into #237.2_IOBuffer_Functions
Merge branch '#237.2_IOBuffer_Functions' of https://rvitelli@vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #237.2_IOBuffer_Functions
Merge branch '#237.2_IOBuffer_Functions' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #237.2_IOBuffer_Functions
History
#1 Updated by André Neto over 9 years ago
- Target version set to 0.6
#2 Updated by André Neto over 9 years ago
- Status changed from New to Code: Impl
#3 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#4 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Impl to Code: Rev
#5 Updated by Riccardo Vitelli over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#6 Updated by André Neto over 9 years ago
- Status changed from Code: Rev to Code: Impl
#7 Updated by André Neto over 9 years ago
- Status changed from Code: Impl to Code: Rev
#8 Updated by André Neto over 9 years ago
- Status changed from Code: Rev to Code: Impl
#9 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#10 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Impl to Code: Rev
#11 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Ivan Herrero)
#12 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Rev
#13 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#14 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Unit: Impl
#15 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Impl to Closed
#16 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#17 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
Added tests and solved compile errors
#237