|
scc 2025.09
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 | |
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::impl::sc_register< DATATYPE >, scc::impl::sc_register< typename impl::helper< DATATYPE >::Type >, and scc::ordered_semaphore.
Definition at line 42 of file traceable.h.