sc_core::wif_unsigned_short_trace Class Reference

Inheritance diagram for sc_core::wif_unsigned_short_trace:

sc_core::wif_trace List of all members.

Public Member Functions

 wif_unsigned_short_trace (const unsigned short &object_, const std::string &name_, const std::string &wif_name_, int width_)
void write (FILE *f)
bool changed ()

Protected Attributes

const unsigned short & object
unsigned short old_value
unsigned short mask

Constructor & Destructor Documentation

sc_core::wif_unsigned_short_trace::wif_unsigned_short_trace ( const unsigned short &  object_,
const std::string &  name_,
const std::string &  wif_name_,
int  width_ 
)


Member Function Documentation

void sc_core::wif_unsigned_short_trace::write ( FILE *  f  )  [virtual]

Implements sc_core::wif_trace.

bool sc_core::wif_unsigned_short_trace::changed (  )  [virtual]

Implements sc_core::wif_trace.


Member Data Documentation

const unsigned short& sc_core::wif_unsigned_short_trace::object [protected]

unsigned short sc_core::wif_unsigned_short_trace::old_value [protected]

unsigned short sc_core::wif_unsigned_short_trace::mask [protected]


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page