#include <exception>#include <string>#include "sysc/utils/sc_report_handler.h"Include dependency graph for sc_report.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| #define sc_assert | ( | expr | ) | ((void) ((expr) ? 0 : (SC_REPORT_FATAL( SC_ID_ASSERTION_FAILED_ , #expr ), 0))) |
| #define SC_DEFAULT_ERROR_ACTIONS (SC_LOG | SC_CACHE_REPORT | SC_THROW) |
| #define SC_DEFAULT_FATAL_ACTIONS (SC_LOG | SC_DISPLAY | SC_CACHE_REPORT | SC_ABORT) |
| #define SC_DEFAULT_INFO_ACTIONS (SC_LOG | SC_DISPLAY) |
| #define SC_DEFAULT_WARNING_ACTIONS (SC_LOG | SC_DISPLAY) |
| #define SC_REPORT_ERROR | ( | id, | |||
| msg | ) |
Value:
sc_core::sc_report_handler::report( \ sc_core::SC_ERROR, id, msg, __FILE__, __LINE__ )
| #define SC_REPORT_FATAL | ( | id, | |||
| msg | ) |
Value:
sc_core::sc_report_handler::report( \ sc_core::SC_FATAL, id, msg, __FILE__, __LINE__ )
| #define SC_REPORT_H 1 |
| #define SC_REPORT_INFO | ( | id, | |||
| msg | ) |
Value:
sc_core::sc_report_handler::report( \ sc_core::SC_INFO, id, msg, __FILE__, __LINE__ )
| #define SC_REPORT_WARNING | ( | id, | |||
| msg | ) |
Value:
sc_core::sc_report_handler::report(\ sc_core::SC_WARNING, id, msg, __FILE__, __LINE__)
1.5.1