TLM-2.0  2.0.3
Accellera TLM-2.0 proof-of-concept library
Public Member Functions | List of all members
tlm::tlm_base_target_socket_b< BUSWIDTH, FW_IF, BW_IF > Class Template Referenceabstract

#include <tlm_core/tlm_2/tlm_sockets/tlm_initiator_socket.h>

Inheritance diagram for tlm::tlm_base_target_socket_b< BUSWIDTH, FW_IF, BW_IF >:
Inheritance graph
[legend]

Public Member Functions

virtual ~tlm_base_target_socket_b ()
 
virtual sc_core::sc_port_b
< BW_IF > & 
get_base_port ()=0
 
virtual sc_core::sc_export
< FW_IF > & 
get_base_export ()=0
 
virtual FW_IF & get_base_interface ()=0
 

Detailed Description

template<unsigned int BUSWIDTH, typename FW_IF, typename BW_IF>
class tlm::tlm_base_target_socket_b< BUSWIDTH, FW_IF, BW_IF >

Definition at line 46 of file tlm_initiator_socket.h.

Constructor & Destructor Documentation

template<unsigned int BUSWIDTH, typename FW_IF, typename BW_IF>
virtual tlm::tlm_base_target_socket_b< BUSWIDTH, FW_IF, BW_IF >::~tlm_base_target_socket_b ( )
inlinevirtual

Definition at line 33 of file tlm_target_socket.h.

Member Function Documentation

template<unsigned int BUSWIDTH, typename FW_IF, typename BW_IF>
virtual sc_core::sc_export<FW_IF>& tlm::tlm_base_target_socket_b< BUSWIDTH, FW_IF, BW_IF >::get_base_export ( )
pure virtual
template<unsigned int BUSWIDTH, typename FW_IF, typename BW_IF>
virtual FW_IF& tlm::tlm_base_target_socket_b< BUSWIDTH, FW_IF, BW_IF >::get_base_interface ( )
pure virtual
template<unsigned int BUSWIDTH, typename FW_IF, typename BW_IF>
virtual sc_core::sc_port_b<BW_IF>& tlm::tlm_base_target_socket_b< BUSWIDTH, FW_IF, BW_IF >::get_base_port ( )
pure virtual

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