User story #249
Implement BufferedStreamGenerator
0%
Description
Implement the template class which unifies the BufferedStreams with the OperatingSystemStreams.
Source code files modified¶
- String.*
- StringIOBuffer.*
- StreamI.h
- BufferedStreamI.*
- BufferedStreamGenerator.*
- SingleBufferedStream.*
- DoubleBufferedStream.*
Architecture & design review¶
Date of the review: 23/10/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: 29/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: 29/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
Merge remote-tracking branch 'origin/#243_Linux_File' into
#249_BufferedStreamGenerator
Conflicts:
MakeDefaults/Lint/marte_flint_files.lnt
Fixed documentation.
#249
#249 Fixed some typos in the documentation.
History
#1 Updated by André Neto over 9 years ago
- Status changed from New to Code: Impl
#2 Updated by André Neto over 9 years ago
- Description updated (diff)
#3 Updated by André Neto over 9 years ago
- Target version set to 0.7
#4 Updated by André Neto over 9 years ago
- Assignee set to Giuseppe Ferro
#5 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
Code Implementation done: 3d309f2
Note: Implemented also #251.
#7 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#8 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
#9 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#10 Updated by Riccardo Vitelli over 9 years ago
- Assignee changed from Ivan Herrero to Riccardo Vitelli
#11 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Rev
#12 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Closed
#13 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Riccardo Vitelli)
#249 Put the same interface for OperatingSystemStream and StreamI
-Added BufferedStreamGenerator
-Added OperatingSystemStreamGenerator