#include <sc_trace.h>
Inheritance diagram for sc_trace_file:

Public Methods | |
| sc_trace_file () | |
| virtual void | trace (const unsigned int &object, const sc_string &name, const char **enum_literals)=0 |
| virtual void | write_comment (const sc_string &comment)=0 |
| virtual void | space (int n) |
| virtual void | delta_cycles (bool flag) |
Protected Methods | |
| virtual void | cycle (bool delta_cycle)=0 |
| virtual | ~sc_trace_file () |
Friends | |
| class | sc_simcontext |
|
|
Definition at line 57 of file sc_trace.cpp. |
|
|
Definition at line 171 of file sc_trace.h. |
|
|
Implemented in vcd_trace_file, and wif_trace_file. |
|
|
Reimplemented in vcd_trace_file, and wif_trace_file. Definition at line 77 of file sc_trace.cpp. Referenced by sc_trace_delta_cycles(). |
|
|
Definition at line 72 of file sc_trace.cpp. |
|
||||||||||||||||
|
Referenced by sc_dt::sc_trace(), and sc_trace(). |
|
|
Implemented in vcd_trace_file, and wif_trace_file. Referenced by sc_write_comment(), and tprintf(). |
|
|
Definition at line 93 of file sc_trace.h. |
1.2.18