summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ReportsHtml.h
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-27 15:49:02 -0400
committerJoel Sherrill <joel@rtems.org>2021-08-03 15:56:53 -0500
commit0c6f57a25abdff1d75362cb28be2796a333c56aa (patch)
tree1c97e3c14b0a33a590af2c4eb7d8ae414f675fdd /tester/covoar/ReportsHtml.h
parentReportsText.cc: Restore ostream format (diff)
downloadrtems-tools-0c6f57a25abdff1d75362cb28be2796a333c56aa.tar.bz2
Remove AllExplanations global variable
- Replaced AllExplanations in app_common with a local variable in covoar() - Added the allExplanations_m member variable to ReportsBase - Added a parameter to ReportsBase and its derived classes' constructors to initialize allExplanations_m - Added parameter to GenerateReports() to pass the variable from covoar() to the constructors for Reports*
Diffstat (limited to 'tester/covoar/ReportsHtml.h')
-rw-r--r--tester/covoar/ReportsHtml.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tester/covoar/ReportsHtml.h b/tester/covoar/ReportsHtml.h
index a7ed0af..711c48b 100644
--- a/tester/covoar/ReportsHtml.h
+++ b/tester/covoar/ReportsHtml.h
@@ -25,7 +25,11 @@ namespace Coverage {
class ReportsHtml: public ReportsBase {
public:
- ReportsHtml( time_t timestamp, const std::string& symbolSetName );
+ ReportsHtml(
+ time_t timestamp,
+ const std::string& symbolSetName,
+ Coverage::Explanations& allExplanations
+ );
~ReportsHtml();
/*!