28#ifndef __SYSTEMC_EXT_CHANNEL_SC_IN_RV_HH__
29#define __SYSTEMC_EXT_CHANNEL_SC_IN_RV_HH__
61 std::ostringstream
ss;
62 ss <<
"port '" << this->
name() <<
"' (" << this->
kind() <<
")";
67 virtual const char *
kind()
const {
return "sc_in_rv"; }
sc_in_rv(const char *name)
virtual void end_of_elaboration()
sc_in_rv< W > & operator=(const sc_in_rv< W > &)
sc_in_rv(const sc_in_rv< W > &)
virtual const char * kind() const
sc_interface * get_interface()
#define SC_REPORT_ERROR(msg_type, msg)
const std::string & name()