scc  2022.4.0
SystemC components library
tlm::scc::lwtr::lwtr4tlm2_extension_registry_if< TYPES > Class Template Referenceabstract

The TLM transaction extensions recorder interface. More...

#include <lwtr4tlm2_extension_registry.h>

Public Member Functions

virtual void recordBeginTx (::lwtr::tx_handle &handle, typename TYPES::tlm_payload_type &trans)=0
 recording attributes in extensions at the beginning, it is intended to be overload as it does nothing
 
virtual void recordEndTx (::lwtr::tx_handle &handle, typename TYPES::tlm_payload_type &trans)=0
 recording attributes in extensions at the end, it is intended to be overload as it does nothing
 

Detailed Description

template<typename TYPES = tlm::tlm_base_protocol_types>
class tlm::scc::lwtr::lwtr4tlm2_extension_registry_if< TYPES >

The TLM transaction extensions recorder interface.

This interface is used by the TLM transaction recorder. It can be used to register custom recorder functionality to also record the payload extensions

Definition at line 34 of file lwtr4tlm2_extension_registry.h.


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