40 const char *msg,
int _verbosity,
const char *_fileName,
41 int _lineNumber,
sc_time _time,
const char *_processName,
int _id) :
42 _severity(_severity), _msgType(msg_type), _msg(msg),
43 _verbosity(_verbosity), _fileName(_fileName), _lineNumber(_lineNumber),
44 _time(_time), _processName(_processName), _id(_id)
65 _msg = r.
_msg ? strdup(r.
_msg) :
nullptr;
94 return it->second.c_str();
180 panic(
"simulation aborted");
const char * _processName
#define panic(...)
This implements a cprintf based panic() function.
virtual const char * what() const
std::map< std::string, ReportMsgInfo > & reportMsgInfoMap()
sc_report & operator=(const sc_report &)
const std::string sc_report_compose_message(const sc_report &)
static void make_warnings_errors(bool)
static void suppress_id(int id, bool)
static void suppress_infos(bool)
sc_report(const sc_report &)
std::map< int, std::string > & reportIdToMsgMap()
sc_core::sc_actions actions
const char SC_ID_REGISTER_ID_FAILED_[]
ReportSevInfo reportSevInfos[sc_core::SC_MAX_SEVERITY]
#define SC_REPORT_ERROR(msg_type, msg)
static bool is_suppressed(int id)
bool reportWarningsAsErrors
static const char * get_message(int id)
static void suppress_warnings(bool)
static void register_id(int id, const char *msg)