

Public Member Functions | |
| vcd_T_trace (const T &object_, const std::string &name_, const std::string &vcd_name_, vcd_trace_file::vcd_enum type_) | |
| void | write (FILE *f) |
| bool | changed () |
| void | set_width () |
| virtual void | print_variable_declaration_line (FILE *f) |
| void | compose_data_line (char *rawdata, char *compdata) |
| std::string | compose_line (const std::string data) |
Static Public Member Functions | |
| static const char * | strip_leading_bits (const char *originalbuf) |
Public Attributes | |
| const std::string | name |
| const std::string | vcd_name |
| const char * | vcd_var_typ_name |
| int | bit_width |
Protected Attributes | |
| const T & | object |
| T | old_value |
Definition at line 246 of file sc_vcd_trace.cpp.
| sc_core::vcd_T_trace< T >::vcd_T_trace | ( | const T & | object_, | |
| const std::string & | name_, | |||
| const std::string & | vcd_name_, | |||
| vcd_trace_file::vcd_enum | type_ | |||
| ) | [inline] |
Definition at line 250 of file sc_vcd_trace.cpp.
| void sc_core::vcd_T_trace< T >::write | ( | FILE * | f | ) | [inline, virtual] |
| bool sc_core::vcd_T_trace< T >::changed | ( | ) | [inline, virtual] |
| void sc_core::vcd_T_trace< T >::set_width | ( | ) | [inline, virtual] |
| const char * sc_core::vcd_trace::strip_leading_bits | ( | const char * | originalbuf | ) | [static, inherited] |
Definition at line 207 of file sc_vcd_trace.cpp.
| void sc_core::vcd_trace::print_variable_declaration_line | ( | FILE * | f | ) | [virtual, inherited] |
Definition at line 165 of file sc_vcd_trace.cpp.
| void sc_core::vcd_trace::compose_data_line | ( | char * | rawdata, | |
| char * | compdata | |||
| ) | [inherited] |
Definition at line 130 of file sc_vcd_trace.cpp.
| std::string sc_core::vcd_trace::compose_line | ( | const std::string | data | ) | [inherited] |
Definition at line 155 of file sc_vcd_trace.cpp.
const T& sc_core::vcd_T_trace< T >::object [protected] |
Definition at line 275 of file sc_vcd_trace.cpp.
T sc_core::vcd_T_trace< T >::old_value [protected] |
Definition at line 276 of file sc_vcd_trace.cpp.
const std::string sc_core::vcd_trace::name [inherited] |
Definition at line 113 of file sc_vcd_trace.cpp.
const std::string sc_core::vcd_trace::vcd_name [inherited] |
Definition at line 114 of file sc_vcd_trace.cpp.
const char* sc_core::vcd_trace::vcd_var_typ_name [inherited] |
Definition at line 115 of file sc_vcd_trace.cpp.
int sc_core::vcd_trace::bit_width [inherited] |
Definition at line 116 of file sc_vcd_trace.cpp.
1.5.5