

Public Member Functions | |
| wif_unsigned_char_trace (const unsigned char &object_, const std::string &name_, const std::string &wif_name_, int width_) | |
| void | write (FILE *f) |
| bool | changed () |
| virtual void | set_width () |
| virtual void | print_variable_declaration_line (FILE *f) |
Public Attributes | |
| const std::string | name |
| const std::string | wif_name |
| const char * | wif_type |
| int | bit_width |
Protected Attributes | |
| const unsigned char & | object |
| unsigned char | old_value |
| unsigned char | mask |
Definition at line 973 of file sc_wif_trace.cpp.
| sc_core::wif_unsigned_char_trace::wif_unsigned_char_trace | ( | const unsigned char & | object_, | |
| const std::string & | name_, | |||
| const std::string & | wif_name_, | |||
| int | width_ | |||
| ) |
Definition at line 989 of file sc_wif_trace.cpp.
| void sc_core::wif_unsigned_char_trace::write | ( | FILE * | f | ) | [virtual] |
| bool sc_core::wif_unsigned_char_trace::changed | ( | ) | [virtual] |
| void sc_core::wif_trace::set_width | ( | ) | [virtual, inherited] |
Reimplemented in sc_core::wif_sc_unsigned_trace, sc_core::wif_sc_signed_trace, sc_core::wif_sc_uint_base_trace, sc_core::wif_sc_int_base_trace, sc_core::wif_sc_fxnum_trace, sc_core::wif_sc_fxnum_fast_trace, and sc_core::wif_T_trace< T >.
Definition at line 150 of file sc_wif_trace.cpp.
| void sc_core::wif_trace::print_variable_declaration_line | ( | FILE * | f | ) | [virtual, inherited] |
const unsigned char& sc_core::wif_unsigned_char_trace::object [protected] |
Definition at line 983 of file sc_wif_trace.cpp.
unsigned char sc_core::wif_unsigned_char_trace::old_value [protected] |
Definition at line 984 of file sc_wif_trace.cpp.
unsigned char sc_core::wif_unsigned_char_trace::mask [protected] |
Definition at line 985 of file sc_wif_trace.cpp.
const std::string sc_core::wif_trace::name [inherited] |
Definition at line 115 of file sc_wif_trace.cpp.
const std::string sc_core::wif_trace::wif_name [inherited] |
Definition at line 116 of file sc_wif_trace.cpp.
const char* sc_core::wif_trace::wif_type [inherited] |
Definition at line 117 of file sc_wif_trace.cpp.
int sc_core::wif_trace::bit_width [inherited] |
Definition at line 118 of file sc_wif_trace.cpp.
1.5.5