| 
| 
  | tlm2_lwtr_recorder (sc_core::sc_module_name nm, bool recording_enabled=true, tx_db *tr_db=tx_db::get_default_db()) | 
|   | 
| 
  | tlm2_lwtr (bool recording_enabled=true, tx_db *tr_db=tx_db::get_default_db()) | 
|   | 
| 
  | tlm2_lwtr (const char *full_name, bool recording_enabled=true, tx_db *tr_db=tx_db::get_default_db()) | 
|   | 
| tlm::tlm_sync_enum  | nb_transport_fw (typename TYPES::tlm_payload_type &trans, typename TYPES::tlm_phase_type &phase, sc_core::sc_time &delay) override | 
|   | The non-blocking forward transport function.  More...
  | 
|   | 
| tlm::tlm_sync_enum  | nb_transport_bw (typename TYPES::tlm_payload_type &trans, typename TYPES::tlm_phase_type &phase, sc_core::sc_time &delay) override | 
|   | The non-blocking backward transport function.  More...
  | 
|   | 
| void  | b_transport (typename TYPES::tlm_payload_type &trans, sc_core::sc_time &delay) override | 
|   | The blocking transport function.  More...
  | 
|   | 
| bool  | get_direct_mem_ptr (typename TYPES::tlm_payload_type &trans, tlm::tlm_dmi &dmi_data) override | 
|   | The direct memory interface forward function.  More...
  | 
|   | 
| void  | invalidate_direct_mem_ptr (sc_dt::uint64 start_addr, sc_dt::uint64 end_addr) override | 
|   | The direct memory interface backward function.  More...
  | 
|   | 
| unsigned int  | transport_dbg (typename TYPES::tlm_payload_type &trans) override | 
|   | The debug transportfunction.  More...
  | 
|   | 
| bool  | isRecordingBlockingTxEnabled () const | 
|   | get the current state of transaction recording  More...
  | 
|   | 
| bool  | isRecordingNonBlockingTxEnabled () const | 
|   | get the current state of transaction recording  More...
  | 
|   | 
template<unsigned BUSWIDTH = 32, typename TYPES = tlm::tlm_base_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
class tlm::scc::lwtr::tlm2_lwtr_recorder< BUSWIDTH, TYPES, N, POL >
Definition at line 319 of file tlm2_lwtr.h.