src/sysc/utils/sc_report_handler.cpp File Reference

#include "sysc/utils/sc_iostream.h"
#include "sysc/kernel/sc_process_int.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"

Include dependency graph for sc_report_handler.cpp:


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
const char sc_core::SC_ID_REGISTER_ID_FAILED_ [] = "register_id failed"
const char sc_core::SC_ID_UNKNOWN_ERROR_ [] = "unknown error"
const char sc_core::SC_ID_WITHOUT_MESSAGE_ [] = ""
const char sc_core::SC_ID_NOT_IMPLEMENTED_ [] = "not implemented"
const char sc_core::SC_ID_INTERNAL_ERROR_ [] = "internal error"
const char sc_core::SC_ID_ASSERTION_FAILED_ [] = "assertion failed"
const char sc_core::SC_ID_OUT_OF_BOUNDS_ [] = "out of bounds"
static sc_msg_def sc_core::default_msgs []

Define Documentation

#define DEFINE_MSG ( id,
 ) 

Value:

{                                                                        \
        (id),                                                                \
        0u, {0u}, /* actions */                                              \
        0u, {0u}, 0u, /* limits */                                           \
        0u, {0u}, NULL, /* call counters */                                  \
        n                                                                    \
    }


Generated on Wed Apr 25 13:53:29 2007 for SystemC by  doxygen 1.5.1