scc
2022.4.0
SystemC components library
|
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 | |
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.