#include <sysc/tracing/sc_trace_file_base.h>
Definition at line 57 of file sc_trace_file_base.h.
◆ unit_type
◆ sc_trace_file_base()
sc_core::sc_trace_file_base::sc_trace_file_base |
( |
const char * |
name, |
|
|
const char * |
extension |
|
) |
| |
|
protected |
◆ ~sc_trace_file_base()
virtual sc_core::sc_trace_file_base::~sc_trace_file_base |
( |
| ) |
|
|
protectedvirtual |
◆ add_trace_check()
bool sc_core::sc_trace_file_base::add_trace_check |
( |
const std::string & |
name | ) |
const |
|
protected |
◆ delta_cycles() [1/2]
bool sc_core::sc_trace_file_base::delta_cycles |
( |
| ) |
const |
|
inline |
◆ delta_cycles() [2/2]
virtual void sc_core::sc_trace_file_base::delta_cycles |
( |
bool |
flag | ) |
|
|
virtual |
◆ do_initialize()
virtual void sc_core::sc_trace_file_base::do_initialize |
( |
| ) |
|
|
protectedpure virtual |
◆ filename()
const char * sc_core::sc_trace_file_base::filename |
( |
| ) |
const |
|
inline |
◆ fs_unit_to_str()
◆ has_low_units()
bool sc_core::sc_trace_file_base::has_low_units |
( |
| ) |
const |
|
protected |
◆ initialize()
bool sc_core::sc_trace_file_base::initialize |
( |
| ) |
|
|
protected |
◆ is_initialized()
bool sc_core::sc_trace_file_base::is_initialized |
( |
| ) |
const |
|
protected |
◆ low_units_len()
int sc_core::sc_trace_file_base::low_units_len |
( |
| ) |
const |
|
protected |
◆ open_fp()
void sc_core::sc_trace_file_base::open_fp |
( |
| ) |
|
|
protected |
◆ set_time_unit()
virtual void sc_core::sc_trace_file_base::set_time_unit |
( |
double |
v, |
|
|
sc_time_unit |
tu |
|
) |
| |
|
virtual |
◆ timestamp_in_trace_units()
void sc_core::sc_trace_file_base::timestamp_in_trace_units |
( |
unit_type & |
high, |
|
|
unit_type & |
low |
|
) |
| const |
|
protected |
◆ unit_to_fs()
◆ fp
FILE* sc_core::sc_trace_file_base::fp |
|
protected |
◆ kernel_unit_fs
unit_type sc_core::sc_trace_file_base::kernel_unit_fs |
|
protected |
◆ timescale_set_by_user
bool sc_core::sc_trace_file_base::timescale_set_by_user |
|
protected |
◆ trace_unit_fs
unit_type sc_core::sc_trace_file_base::trace_unit_fs |
|
protected |
The documentation for this class was generated from the following file: