SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Public Attributes | List of all members
sc_core::sc_trace_params Struct Reference

#include <sysc/communication/sc_signal_ports.h>

Collaboration diagram for sc_core::sc_trace_params:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

sc_trace_filetf
 
std::string name
 

Detailed Description

Definition at line 54 of file sc_signal_ports.h.

Constructor & Destructor Documentation

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

Definition at line 59 of file sc_signal_ports.h.

Member Data Documentation

std::string sc_core::sc_trace_params::name

Definition at line 57 of file sc_signal_ports.h.

sc_trace_file* sc_core::sc_trace_params::tf

Definition at line 56 of file sc_signal_ports.h.


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