Project

General

Profile

User story #238

Streams

Added by André Neto over 9 years ago. Updated over 9 years ago.

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

0%

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

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

Revision a2604bcd (diff)
Added by André Neto over 9 years ago

#238 first refactor of streams

BufferedStream is now DoubleBufferedStream
Streamable is now BufferedStream.

Revision 3c6dbb2e (diff)
Added by Giuseppe Ferro over 9 years ago

Separated double and single buffered streams.
Added templates to other streams
#238

Revision a530113d (diff)
Added by Giuseppe Ferro over 9 years ago

Lint of BufferedStream, StreamString, StreamMemoryReference done.
#238

Revision 3ede71b1 (diff)
Added by Giuseppe Ferro over 9 years ago

Lint of single and double buffered streams done.
#238

Revision 3f338da5 (diff)
Added by Giuseppe Ferro over 9 years ago

Added some lint exceptions.
#238

Revision fd930531 (diff)
Added by Giuseppe Ferro over 9 years ago

Lint of IOBuffers, Streams and IOBufferFunctions done.
#237 #238

Revision 7b274797 (diff)
Added by André Neto over 9 years ago

#238 Finished documentation of BufferedStream.

SingleBufferedStream is still wip.

Revision 04ca5e7a (diff)
Added by André Neto over 9 years ago

#238 Documentation of SingleBufferedStream almost ready.

Documented BufferedStream and SingleBufferedStream. Still some questions
on the interface to be addressed.

Revision c6ace096
Added by Ivan Herrero over 9 years ago

Merge remote-tracking branch 'origin/#237.2_IOBuffer_Functions' into #238.1_Streams

Revision f6aee7b8 (diff)
Added by Ivan Herrero over 9 years ago

#238 - Update documentation, fix linting issues, and apply formatting
for stream classes.

Revision b0474e83 (diff)
Added by Giuseppe Ferro over 9 years ago

Removed the RawStream pointer to BufferedStream and added unbuffered
virtual functions instead.
Work in progress with buffer tests.
#237 #238

Revision bc28ad06 (diff)
Added by André Neto over 9 years ago

#237 and #238 finished consistent implementation of timeout.

Revision 0c5202eb (diff)
Added by André Neto over 9 years ago

#238 Finished documentation of DoubleBufferedStream.

Revision b8b7f70a (diff)
Added by Ivan Herrero over 9 years ago

#238 - Move functions to the right sections

Revision 727b05e7 (diff)
Added by Ivan Herrero over 9 years ago

#238 - Update documentation

Revision b0907c20 (diff)
Added by André Neto over 9 years ago

#238 Removed the GetC and PutC from the streams.

Revision 48335efb (diff)
Added by Ivan Herrero over 9 years ago

#238 - Update documentation

Revision c85204fa (diff)
Added by André Neto over 9 years ago

#238 Added TestCopy to BufferedStreamTest

Revision d9689cb1
Added by André Neto over 9 years ago

#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

Revision 619c015e (diff)
Added by André Neto over 9 years ago

#238 Fixed linting errors. Testing of DoubleBufferedStream in progress.

Revision b5fb4f5a (diff)
Added by Giuseppe Ferro over 9 years ago

Added Shift tests.
Added CanRead check before GetToken in streams
Added CanWrite check before Printf in streams
#237 #238

Revision 43ac8ceb (diff)
Added by Giuseppe Ferro over 9 years ago

Added OperatingSystemCallbacks.
StreamString tests wip.
#238

Revision 0d90d423 (diff)
Added by André Neto over 9 years ago

#238 Finished SingleBufferedStream tests

Revision df51537a (diff)
Added by André Neto over 9 years ago

#238 finished testing of Single and DoubleBufferedStream

Revision 44dd1c10 (diff)
Added by Ivan Herrero over 9 years ago

#238 - Improve documentation for streams base abstract class.

Revision d77ebff4
Added by Ivan Herrero over 9 years ago

Merge branch '#238.2_Streams_Test' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #238.2_Streams_Test

Revision bad70050 (diff)
Added by André Neto over 9 years ago

#238 Minor cosmetic changes to StreamTestHelper.h

Revision f241af18
Added by André Neto over 9 years ago

Merge branch '#238.2_Streams_Test' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #238.2_Streams_Test

Revision 2d740ba2 (diff)
Added by Giuseppe Ferro over 9 years ago

StreamString and StreamMemoryReference tests done.
#238

Revision 66185c4c (diff)
Added by Ivan Herrero over 9 years ago

#238 - Improve documentation and formatting of stream familiy classes.

Revision 0f59cd90
Added by Giuseppe Ferro over 9 years ago

Merge remote-tracking branch 'origin/#237.2_IOBuffer_Functions' into #238.2_Streams_Test

Revision 03307988
Added by Giuseppe Ferro over 9 years ago

Merge remote-tracking branch 'origin/237.3_Shift' into
#238.2_Streams_Test

Conflicts:
Test/GTest/Makefile.inc

Revision a4d1faec (diff)
Added by Giuseppe Ferro over 9 years ago

- BitSetToInteger tests done.
- Removed useless files.
- Merged with 237.2 and 237.3
#238

Revision f83924de (diff)
Added by Giuseppe Ferro over 9 years ago

-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

Revision 9874a5af (diff)
Added by Giuseppe Ferro over 9 years ago

Fixed lint warnings.
#238

Revision e7916619 (diff)
Added by Giuseppe Ferro over 9 years ago

Added PrintFormatted and GetToken tests to StreamString and
StreamMemoryReference to trigger GetReadBuffer() and GetWriteBuffer()
protected functions.
#238

Revision 304c13ec (diff)
Added by André Neto over 9 years ago

#169 merged with #238 and cleaned common linting problems

Revision 5e0d8ea5
Added by Giuseppe Ferro over 9 years ago

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

Also available in: Atom PDF