User story #238
Streams
0%
Description
Port the Stream classes from the develop_svn branch.
The Stream classes inherit the main functionality from IOBuffer and specialise for the specific stream.
Source code files modified¶
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: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 22/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
Separated double and single buffered streams.
Added templates to other streams
#238
Lint of BufferedStream, StreamString, StreamMemoryReference done.
#238
Lint of single and double buffered streams done.
#238
Added some lint exceptions.
#238
#238 Finished documentation of BufferedStream.
SingleBufferedStream is still wip.
#238 Documentation of SingleBufferedStream almost ready.
Documented BufferedStream and SingleBufferedStream. Still some questions
on the interface to be addressed.
Merge remote-tracking branch 'origin/#237.2_IOBuffer_Functions' into #238.1_Streams
#238 - Update documentation, fix linting issues, and apply formatting
for stream classes.
#238 Finished documentation of DoubleBufferedStream.
#238 - Move functions to the right sections
#238 - Update documentation
#238 Removed the GetC and PutC from the streams.
#238 - Update documentation
#238 Added TestCopy to BufferedStreamTest
#238 Finished first version of SingleBufferStreamTest.
Merge remote-tracking branch 'origin/#237.2_IOBuffer_Functions' into
#238.2_Streams_Test
Conflicts:
Test/Core/BareMetal/L3Streams/StreamTestHelper.h
#238 Fixed linting errors. Testing of DoubleBufferedStream in progress.
Added OperatingSystemCallbacks.
StreamString tests wip.
#238
#238 Finished SingleBufferedStream tests
#238 finished testing of Single and DoubleBufferedStream
#238 - Improve documentation for streams base abstract class.
Merge branch '#238.2_Streams_Test' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #238.2_Streams_Test
#238 Minor cosmetic changes to StreamTestHelper.h
Merge branch '#238.2_Streams_Test' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #238.2_Streams_Test
StreamString and StreamMemoryReference tests done.
#238
#238 - Improve documentation and formatting of stream familiy classes.
Merge remote-tracking branch 'origin/#237.2_IOBuffer_Functions' into #238.2_Streams_Test
Merge remote-tracking branch 'origin/237.3_Shift' into
#238.2_Streams_Test
Conflicts:
Test/GTest/Makefile.inc
- BitSetToInteger tests done.
- Removed useless files.
- Merged with 237.2 and 237.3
#238
-Moved timeout from StreamI to Single/DoubleBufferedStream
-Put the attribute timeout only in BufferedStreamIOBuffer
-Put Error messages instead of TODO in StreamString and
StreamMemoryReference
#238
Fixed lint warnings.
#238
Added PrintFormatted and GetToken tests to StreamString and
StreamMemoryReference to trigger GetReadBuffer() and GetWriteBuffer()
protected functions.
#238
Merge remote-tracking branch 'origin/develop' into #238.3_Remained_Stuff
Conflicts:
Source/Core/BareMetal/L3Streams/DoubleInteger.h
Test/Core/BareMetal/L0Types/Makefile.inc
Test/Core/BareMetal/L3Streams/BitSetToIntegerTest.cpp
History
#1 Updated by André Neto over 9 years ago
- Status changed from New to Code: Impl
#2 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Giuseppe Ferro
#3 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Giuseppe Ferro)
#4 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Impl to Closed
#238 first refactor of streams
BufferedStream is now DoubleBufferedStream
Streamable is now BufferedStream.