Project

General

Profile

User story #237

IOBuffer

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 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

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

Added tests and solved compile errors
#237

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

IOBuffer lint in progress...
#237

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

Added documentation and future files.
#237

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

Added templates to other IOBuffers
#237

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

#237 Linted CharBuffer.

Revision 63dea30a
Added by André Neto over 9 years ago

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

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

Removed default parameters from IOBuffers.
Put CharBuffer as an attribute of IOBuffer.
Put granularity in the constructor of CharBuffer.
#237

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

#237 - Lint StreamStringIOBuffer

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

#237 - Fix merge errors

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

#237 - Lint code and improve documentation of CharBuffer class

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

#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.

Revision f7fe41d2
Added by Giuseppe Ferro over 9 years ago

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

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

- Moved all Print functions in cpp files.
- Added Token and PrintFormatted functions to IOBuffer.
- Lint of IOBufferFunctions.cpp done.
#237

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

#237 - Add new getters and fix style, documentation, lint, and
constness.

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

Linting of
IOBufferFunctions.cpp
IOBufferIntegerPrint.cpp
IOBufferFloatPrint.cpp
BitSetToInteger.h

done.

#237

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

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

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

CharBuffer test done.
#237

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

Added IOBuffer tests.
Work in progress.
#237

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

Work in progress: IOBuffer tests
#237

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 05a66949 (diff)
Added by Giuseppe Ferro over 9 years ago

Moved all the file IOBufferFunctions into IOBuffer.cpp
#237

Revision adad1d9b
Added by Giuseppe Ferro over 9 years ago

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

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

#237 and #238 finished consistent implementation of timeout.

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

Moved a function
#237

Revision 7e04bc5a
Added by Giuseppe Ferro over 9 years ago

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

Conflicts:
Source/Core/BareMetal/L3Streams/BufferedStreamIOBuffer.cpp

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

#237 handled error conditions in DoubleBufferedStream

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

#237 started handling of error conditions in IOBuffer.

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

#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.

Revision 82d6501a
Added by Giuseppe Ferro over 9 years ago

Merge remote-tracking branch 'origin/237.3_IOBuffer_TODO_cleanup' into #237.2_IOBuffer_Functions

Revision 9359eef9
Added by Giuseppe Ferro over 9 years ago

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

Conflicts:
Source/Core/BareMetal/L3Streams/IOBuffer.cpp

Revision 1b446f05
Added by Giuseppe Ferro over 9 years ago

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

Conflicts:
Source/Core/BareMetal/L3Streams/IOBuffer.cpp

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 12887609 (diff)
Added by Llorenc Capella over 9 years ago

#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

Revision f98e8555
Added by Giuseppe Ferro over 9 years ago

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

Revision 27984c0c
Added by Riccardo Vitelli over 9 years ago

Merge branch '#237.2_IOBuffer_Functions' of https://rvitelli@vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #237.2_IOBuffer_Functions

Revision 45569402
Added by Giuseppe Ferro over 9 years ago

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)

Also available in: Atom PDF