SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
Struct for storing the trace file and object name of an sc_trace call. More...
#include <sysc/communication/sc_signal_ports.h>
Public Member Functions | |
sc_trace_params (sc_trace_file *tf_, const std::string &name_) | |
Public Attributes | |
sc_trace_file * | tf |
std::string | name |
Struct for storing the trace file and object name of an sc_trace call.
FOR INTERNAL USE ONLY!
Definition at line 59 of file sc_signal_ports.h.
|
inline |
Definition at line 64 of file sc_signal_ports.h.
std::string sc_core::sc_trace_params::name |
Definition at line 62 of file sc_signal_ports.h.
sc_trace_file* sc_core::sc_trace_params::tf |
Definition at line 61 of file sc_signal_ports.h.