#include "sysc/utils/sc_iostream.h"#include "sysc/kernel/sc_process.h"#include "sysc/kernel/sc_simcontext_int.h"#include "sysc/utils/sc_stop_here.h"#include "sysc/utils/sc_report_handler.h"#include "sysc/utils/sc_report.h"

Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | sc_core |
Classes | |
| struct | sc_core::auto_close_log |
Defines | |
| #define | DEFINE_MSG(id, n) |
Functions | |
| const std::string | sc_core::sc_report_compose_message (const sc_report &) |
| bool | sc_core::sc_report_close_default_log () |
Variables | |
| ::std::ofstream * | sc_core::log_stream = 0 |
| static struct sc_core::auto_close_log | sc_core::auto_close |
| static sc_msg_def | sc_core::default_msgs [] |
| #define DEFINE_MSG | ( | id, | |||
| n | ) |
Value:
{ \
(id), \
0u, {0u}, /* actions */ \
0u, {0u}, 0u, /* limits */ \
0u, {0u}, NULL, /* call counters */ \
n \
}
Definition at line 678 of file sc_report_handler.cpp.
1.5.5