SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_trace_params Struct Reference

Struct for storing the trace file and object name of an sc_trace call. More...

#include <sysc/communication/sc_signal_ports.h>

Collaboration diagram for sc_core::sc_trace_params:

Public Member Functions

 sc_trace_params (sc_trace_file *tf_, const std::string &name_)
 

Public Attributes

sc_trace_filetf
 
std::string name
 

Detailed Description

Struct for storing the trace file and object name of an sc_trace call.

FOR INTERNAL USE ONLY!

Definition at line 65 of file sc_signal_ports.h.

Constructor & Destructor Documentation

◆ sc_trace_params()

sc_core::sc_trace_params::sc_trace_params ( sc_trace_file tf_,
const std::string &  name_ 
)
inline

Definition at line 70 of file sc_signal_ports.h.

Member Data Documentation

◆ name

std::string sc_core::sc_trace_params::name

Definition at line 68 of file sc_signal_ports.h.

◆ tf

sc_trace_file* sc_core::sc_trace_params::tf

Definition at line 67 of file sc_signal_ports.h.


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