gem5 v25.0.0.1
Loading...
Searching...
No Matches
tlm::tlm_transport_if< REQ, RSP > Class Template Referenceabstract

#include <core_ifs.hh>

Inheritance diagram for tlm::tlm_transport_if< REQ, RSP >:
sc_core::sc_interface tlm::tlm_transport_to_master< REQ, RSP >

Public Member Functions

virtual RSP transport (const REQ &)=0
virtual void transport (const REQ &req, RSP &rsp)
Public Member Functions inherited from sc_core::sc_interface
virtual void register_port (sc_port_base &, const char *)
virtual const sc_eventdefault_event () const
virtual ~sc_interface ()

Additional Inherited Members

Protected Member Functions inherited from sc_core::sc_interface
 sc_interface ()

Detailed Description

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

Definition at line 30 of file core_ifs.hh.

Member Function Documentation

◆ transport() [1/2]

template<typename REQ, typename RSP>
virtual RSP tlm::tlm_transport_if< REQ, RSP >::transport ( const REQ & )
pure virtual

Implemented in tlm::tlm_transport_to_master< REQ, RSP >.

Referenced by transport().

◆ transport() [2/2]

template<typename REQ, typename RSP>
virtual void tlm::tlm_transport_if< REQ, RSP >::transport ( const REQ & req,
RSP & rsp )
inlinevirtual

Definition at line 36 of file core_ifs.hh.

References transport().


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

Generated on Sat Oct 18 2025 08:07:54 for gem5 by doxygen 1.14.0