|
gem5
v19.0.0.0
|
#include <report.hh>
Public Member Functions | |
| ReportMsgInfo () | |
| void | checkLimits (sc_core::sc_severity severity, sc_core::sc_actions &actions) |
Public Attributes | |
| sc_core::sc_actions | actions |
| int | count |
| int | limit |
| sc_core::sc_actions | sevActions [sc_core::SC_MAX_SEVERITY] |
| int | sevCounts [sc_core::SC_MAX_SEVERITY] |
| int | sevLimits [sc_core::SC_MAX_SEVERITY] |
| int | id |
|
inlineexplicit |
|
inline |
Definition at line 55 of file report.hh.
References count, limit, sc_core::SC_STOP, sevCounts, and sevLimits.
Referenced by sc_core::sc_report_handler::report().
| sc_core::sc_actions sc_gem5::ReportMsgInfo::actions |
Definition at line 65 of file report.hh.
Referenced by sc_core::sc_report_handler::report(), and sc_core::sc_report_handler::set_actions().
| int sc_gem5::ReportMsgInfo::count |
Definition at line 66 of file report.hh.
Referenced by sc_gem5::ReportSevInfo::checkLimit(), checkLimits(), and sc_core::sc_report_handler::report().
| int sc_gem5::ReportMsgInfo::id |
Definition at line 73 of file report.hh.
Referenced by sc_core::sc_report_handler::report(), and ReportMsgInfo().
| int sc_gem5::ReportMsgInfo::limit |
Definition at line 67 of file report.hh.
Referenced by sc_gem5::ReportSevInfo::checkLimit(), checkLimits(), and sc_core::sc_report_handler::stop_after().
| sc_core::sc_actions sc_gem5::ReportMsgInfo::sevActions[sc_core::SC_MAX_SEVERITY] |
Definition at line 69 of file report.hh.
Referenced by sc_core::sc_report_handler::report(), and sc_core::sc_report_handler::set_actions().
| int sc_gem5::ReportMsgInfo::sevCounts[sc_core::SC_MAX_SEVERITY] |
Definition at line 70 of file report.hh.
Referenced by checkLimits(), sc_core::sc_report_handler::report(), and ReportMsgInfo().
| int sc_gem5::ReportMsgInfo::sevLimits[sc_core::SC_MAX_SEVERITY] |
Definition at line 71 of file report.hh.
Referenced by checkLimits(), ReportMsgInfo(), and sc_core::sc_report_handler::stop_after().