TLM-2.0
2.0.4
Accellera TLM-2.0 proof-of-concept library
|
#include <tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/tlm_core_ifs.h>
Public Member Functions | |
virtual T | get (tlm_tag< T > *t=0)=0 |
virtual void | get (T &t) |
virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
virtual const sc_event & | default_event () const |
virtual bool | nb_get (T &t)=0 |
virtual bool | nb_can_get (tlm_tag< T > *t=0) const =0 |
virtual const sc_core::sc_event & | ok_to_get (tlm_tag< T > *t=0) const =0 |
virtual T | peek (tlm_tag< T > *t=0) const =0 |
virtual void | peek (T &t) const |
virtual bool | nb_peek (T &t) const =0 |
virtual bool | nb_can_peek (tlm_tag< T > *t=0) const =0 |
virtual const sc_core::sc_event & | ok_to_peek (tlm_tag< T > *t=0) const =0 |
Definition at line 140 of file tlm_core_ifs.h.
|
pure virtualinherited |
|
inlinevirtualinherited |
Definition at line 56 of file tlm_core_ifs.h.
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
inlinevirtualinherited |
Definition at line 108 of file tlm_core_ifs.h.