scc
2022.4.0
SystemC components library
|
interface defining a traceable component More...
#include <traceable.h>
Public Member Functions | |
virtual bool | is_trace_enabled () const |
returns of this component shall be traced More... | |
interface defining a traceable component
This overlaps with the trace function of sc_core::sc_object. In fact it serves as a signaling interface
Definition at line 32 of file traceable.h.
|
inlinevirtual |
returns of this component shall be traced
Reimplemented in scc::ordered_semaphore.
Definition at line 43 of file traceable.h.