scc  2022.4.0
SystemC components library
scc::traceable Class Reference

interface defining a traceable component More...

#include <traceable.h>

Inheritance diagram for scc::traceable:

Public Member Functions

virtual bool is_trace_enabled () const
 returns of this component shall be traced More...
 

Detailed Description

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.

Member Function Documentation

◆ is_trace_enabled()

bool scc::traceable::is_trace_enabled ( ) const
inlinevirtual

returns of this component shall be traced

Returns
true if this component shall be traced

Reimplemented in scc::ordered_semaphore.

Definition at line 43 of file traceable.h.


The documentation for this class was generated from the following file: