SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/utils/sc_report_handler.h>
Public Attributes | |
const char * | msg_type |
sc_actions | actions |
sc_actions | sev_actions [SC_MAX_SEVERITY] |
unsigned | limit |
unsigned | sev_limit [SC_MAX_SEVERITY] |
unsigned | limit_mask |
unsigned | call_count |
unsigned | sev_call_count [SC_MAX_SEVERITY] |
char * | msg_type_data |
int | id |
Definition at line 39 of file sc_report_handler.h.
sc_actions sc_core::sc_msg_def::actions |
Definition at line 42 of file sc_report_handler.h.
unsigned sc_core::sc_msg_def::call_count |
Definition at line 47 of file sc_report_handler.h.
int sc_core::sc_msg_def::id |
Definition at line 51 of file sc_report_handler.h.
unsigned sc_core::sc_msg_def::limit |
Definition at line 44 of file sc_report_handler.h.
unsigned sc_core::sc_msg_def::limit_mask |
Definition at line 46 of file sc_report_handler.h.
const char* sc_core::sc_msg_def::msg_type |
Definition at line 41 of file sc_report_handler.h.
char* sc_core::sc_msg_def::msg_type_data |
Definition at line 49 of file sc_report_handler.h.
sc_actions sc_core::sc_msg_def::sev_actions[SC_MAX_SEVERITY] |
Definition at line 43 of file sc_report_handler.h.
unsigned sc_core::sc_msg_def::sev_call_count[SC_MAX_SEVERITY] |
Definition at line 48 of file sc_report_handler.h.
unsigned sc_core::sc_msg_def::sev_limit[SC_MAX_SEVERITY] |
Definition at line 45 of file sc_report_handler.h.