User story #346
Statistics GAM multi-signal
0%
Description
Needs new MARTe2 version to include limits and remove std.
Add support to multiple signals in the multi-signal GAM.
Source code files modified¶
Architecture & design review¶
Date of the review: //2018
Person who did the review: Andre' Neto
Version of architecture & design document: N/A. Strategy and main ideas for implementation discussed with B. Bauvir in informal meetings.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: //2018
Person who did the review: Andre' Neto
Result of review:
List of non-conformities:
Unit test review¶
Date of the review: //2018
Person who did the review: Andre' Neto
Result of coverage tests review:
Result of functional tests review:
Result of review:
List of non-conformities: NONE
History
#1 Updated by André Neto over 6 years ago
- Status changed from Code: Impl to Unit: Rev
#2 Updated by André Neto over 6 years ago
- Assignee changed from Llorenc Capella to André Neto
#3 Updated by André Neto over 5 years ago
- Status changed from Unit: Rev to Code: Rev
#4 Updated by André Neto over 5 years ago
- Description updated (diff)
#5 Updated by André Neto over 5 years ago
- Assignee changed from André Neto to Luca Porzio
#6 Updated by Luca Porzio over 5 years ago
- Status changed from Code: Rev to Unit: Impl
#7 Updated by Luca Porzio over 5 years ago
- Status changed from Unit: Impl to Code: Rev
#8 Updated by Luca Porzio over 5 years ago
- Status changed from Code: Rev to Blocked
#9 Updated by Luca Porzio over 5 years ago
- Status changed from Blocked to Unit: Rev
#10 Updated by Luca Porzio over 5 years ago
Needs new MARTe2 version to include limits and remove std.
Add support to multiple signals in the multi-signal GAM.
Source code files modified
- StatisticsGAM.cpp
- StatisticsHelperT.h
- StatisticsGAMTest.h
- StatisticsHelper.cpp
Architecture & design review¶
Date of the review: //2018
Person who did the review: Andre' Neto
Version of architecture & design document: N/A. Strategy and main ideas for implementation discussed with B. Bauvir in informal meetings.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 16/12/2019
Person who did the review: Luca Porzio
Result of review: PASS. Removed std dependencies. Added TypeCharacteristics.h instead of <limits> for min and max values in StatisticsHelperT.h
List of non-conformities: NONE
Unit test review¶
Date of the review: 16/12/2019
Person who did the review: Luca Porzio
Result of coverage tests review: PASS (98.4% Line Coverage, 100% Functions)
Result of functional tests review: PASS (179 tests)
Result of review: PASS
List of non-conformities: NONE
#11 Updated by André Neto about 5 years ago
- Assignee deleted (
Luca Porzio)
#12 Updated by André Neto almost 4 years ago
- Status changed from Unit: Rev to New