TLM-2.0  2.0.4
Accellera TLM-2.0 proof-of-concept library
tlm::tlm_nonblocking_put_if< T > Class Template Referenceabstract

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

Inheritance diagram for tlm::tlm_nonblocking_put_if< T >:
Collaboration diagram for tlm::tlm_nonblocking_put_if< T >:

Public Member Functions

virtual bool nb_put (const T &t)=0
 
virtual bool nb_can_put (tlm_tag< T > *t=0) const =0
 
virtual const sc_core::sc_eventok_to_put (tlm_tag< T > *t=0) const =0
 
virtual void register_port (sc_port_base &port_, const char *if_typename_)
 
virtual const sc_eventdefault_event () const
 

Detailed Description

template<typename T>
class tlm::tlm_nonblocking_put_if< T >

Definition at line 79 of file tlm_core_ifs.h.

Member Function Documentation

◆ nb_can_put()

template<typename T>
virtual bool tlm::tlm_nonblocking_put_if< T >::nb_can_put ( tlm_tag< T > *  t = 0) const
pure virtual

◆ nb_put()

template<typename T>
virtual bool tlm::tlm_nonblocking_put_if< T >::nb_put ( const T &  t)
pure virtual

◆ ok_to_put()

template<typename T>
virtual const sc_core::sc_event& tlm::tlm_nonblocking_put_if< T >::ok_to_put ( tlm_tag< T > *  t = 0) const
pure virtual

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