TLM-2.0  2.0.4
Accellera TLM-2.0 proof-of-concept library
tlm::tlm_blocking_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_blocking_master_if< REQ, RSP >:
Collaboration diagram for tlm::tlm_blocking_master_if< REQ, RSP >:

Public Member Functions

virtual void put (const REQ &t)=0
 
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 
virtual RSP get (tlm_tag< RSP > *t=0)=0
 
virtual void get (RSP &t)
 
virtual RSP peek (tlm_tag< RSP > *t=0) const=0
 
virtual void peek (RSP &t) const
 

Detailed Description

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

Definition at line 34 of file tlm_master_slave_ifs.h.

Member Function Documentation

◆ get() [1/2]

virtual RSP tlm::tlm_blocking_get_if< RSP >::get ( tlm_tag< RSP > *  t = 0)
pure virtualinherited

◆ get() [2/2]

virtual void tlm::tlm_blocking_get_if< RSP >::get ( RSP &  t)
inlinevirtualinherited

Definition at line 56 of file tlm_core_ifs.h.

◆ peek() [1/2]

virtual RSP tlm::tlm_blocking_peek_if< RSP >::peek ( tlm_tag< RSP > *  t = 0) const
pure virtualinherited

◆ peek() [2/2]

virtual void tlm::tlm_blocking_peek_if< RSP >::peek ( RSP &  t) const
inlinevirtualinherited

Definition at line 108 of file tlm_core_ifs.h.

◆ put()

virtual void tlm::tlm_blocking_put_if< REQ >::put ( const REQ &  t)
pure virtualinherited

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