TLM-2.0  2.0.4
Accellera TLM-2.0 proof-of-concept library
tlm::tlm_nonblocking_master_if< REQ, RSP > Class Template Referenceabstract

#include <tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/tlm_master_slave_ifs.h>

Inheritance diagram for tlm::tlm_nonblocking_master_if< REQ, RSP >:
Collaboration diagram for tlm::tlm_nonblocking_master_if< REQ, RSP >:

Public Member Functions

virtual bool nb_put (const REQ &t)=0
 
virtual bool nb_can_put (tlm_tag< REQ > *t=0) const=0
 
virtual const sc_core::sc_eventok_to_put (tlm_tag< REQ > *t=0) const=0
 
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 
virtual bool nb_get (RSP &t)=0
 
virtual bool nb_can_get (tlm_tag< RSP > *t=0) const=0
 
virtual const sc_core::sc_eventok_to_get (tlm_tag< RSP > *t=0) const=0
 
virtual bool nb_peek (RSP &t) const=0
 
virtual bool nb_can_peek (tlm_tag< RSP > *t=0) const=0
 
virtual const sc_core::sc_eventok_to_peek (tlm_tag< RSP > *t=0) const=0
 

Detailed Description

template<typename REQ, typename RSP>
class tlm::tlm_nonblocking_master_if< REQ, RSP >

Definition at line 46 of file tlm_master_slave_ifs.h.

Member Function Documentation

◆ nb_can_get()

virtual bool tlm::tlm_nonblocking_get_if< RSP >::nb_can_get ( tlm_tag< RSP > *  t = 0) const
pure virtualinherited

◆ nb_can_peek()

virtual bool tlm::tlm_nonblocking_peek_if< RSP >::nb_can_peek ( tlm_tag< RSP > *  t = 0) const
pure virtualinherited

◆ nb_can_put()

virtual bool tlm::tlm_nonblocking_put_if< REQ >::nb_can_put ( tlm_tag< REQ > *  t = 0) const
pure virtualinherited

◆ nb_get()

virtual bool tlm::tlm_nonblocking_get_if< RSP >::nb_get ( RSP &  t)
pure virtualinherited

◆ nb_peek()

virtual bool tlm::tlm_nonblocking_peek_if< RSP >::nb_peek ( RSP &  t) const
pure virtualinherited

◆ nb_put()

virtual bool tlm::tlm_nonblocking_put_if< REQ >::nb_put ( const REQ &  t)
pure virtualinherited

◆ ok_to_get()

virtual const sc_core::sc_event& tlm::tlm_nonblocking_get_if< RSP >::ok_to_get ( tlm_tag< RSP > *  t = 0) const
pure virtualinherited

◆ ok_to_peek()

virtual const sc_core::sc_event& tlm::tlm_nonblocking_peek_if< RSP >::ok_to_peek ( tlm_tag< RSP > *  t = 0) const
pure virtualinherited

◆ ok_to_put()

virtual const sc_core::sc_event& tlm::tlm_nonblocking_put_if< REQ >::ok_to_put ( tlm_tag< REQ > *  t = 0) const
pure virtualinherited

The documentation for this class was generated from the following file: